Skip to content

Commit

Permalink
docs: Clarify prefix order for regular files
Browse files Browse the repository at this point in the history
  • Loading branch information
sumbach authored and twpayne committed Nov 29, 2023
1 parent d07689e commit 0b38793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ prefixes is important.
| ---------------- | ----------- | --------------------------------------------------------------------------------- | ---------------- |
| Directory | Directory | `external_`, `exact_`, `private_`, `readonly_`, `dot_` | *none* |
| Remove directory | Directory | `remove_`, `dot_` | *none* |
| Regular file | File | `encrypted_`, `private_`, `executable_`, `empty_`, `dot_` | `.tmpl` |
| Regular file | File | `encrypted_`, `private_`, `readonly_`, `empty_`, `executable_`, `dot_` | `.tmpl` |
| Create file | File | `create_`, `encrypted_`, `private_`, `readonly_`, `empty_`, `executable_`, `dot_` | `.tmpl` |
| Modify file | File | `modify_`, `encrypted_`, `private_`, `readonly_`, `executable_`, `dot_` | `.tmpl` |
| Remove file | File | `remove_`, `dot_` | *none* |
Expand Down

0 comments on commit 0b38793

Please sign in to comment.