mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 10:08:30 +00:00
update doc
This commit is contained in:
11
docs/config/config-file.md
vendored
11
docs/config/config-file.md
vendored
@@ -227,6 +227,17 @@ provided they *would have* been ignored by an earlier ignore pattern (dotdrop wi
|
|||||||
case). This feature allows to, for example, ignore all files within a certain directory, except for a
|
case). This feature allows to, for example, ignore all files within a certain directory, except for a
|
||||||
particular one (See examples below).
|
particular one (See examples below).
|
||||||
|
|
||||||
|
For example to ignore everything but the `colors` directory under `~/.vim`
|
||||||
|
```yaml
|
||||||
|
dotfiles:
|
||||||
|
d_vim
|
||||||
|
dst: ~/.vim
|
||||||
|
src: vim
|
||||||
|
cmpignore:
|
||||||
|
- '*'
|
||||||
|
- '!*/colors/**'
|
||||||
|
```
|
||||||
|
|
||||||
To completely ignore comparison of a specific dotfile:
|
To completely ignore comparison of a specific dotfile:
|
||||||
```yaml
|
```yaml
|
||||||
dotfiles:
|
dotfiles:
|
||||||
|
|||||||
Reference in New Issue
Block a user