1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 22:39:17 +00:00

update doc

This commit is contained in:
deadc0de6
2023-08-10 08:05:35 +02:00
committed by deadc0de
parent dbc0c273b0
commit 41d8e58ee6

View File

@@ -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
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:
```yaml
dotfiles: