mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 20:19:23 +00:00
support */dir1 pattern on ignore
This commit is contained in:
2
docs/config/config-file.md
vendored
2
docs/config/config-file.md
vendored
@@ -191,7 +191,7 @@ It is possible to ignore specific patterns when using dotdrop.
|
||||
* Using dotfiles block [upignore](config-dotfiles.md)
|
||||
* Using the command line switch `-i`/`--ignore`
|
||||
|
||||
The ignore pattern must follow Unix shell-style wildcards, like, for example `*/path/to/file` for files or
|
||||
The ignore pattern must follow Unix shell-style wildcards, like for example `*/path/to/file` for files and
|
||||
`*/path/to/directory/*` for directories.
|
||||
Make sure to quote these when using wildcards in the config file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user