mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 01:09:15 +00:00
Document ignore-missing
This commit is contained in:
@@ -645,3 +645,21 @@ dotfiles:
|
||||
trans_read: r_echo_var
|
||||
trans_write: w_echo_var
|
||||
```
|
||||
|
||||
## Ignoring missing files
|
||||
|
||||
The [ignore missing files setting](./usage/#ignoring-missing-files)
|
||||
can be configured globally or on a specific dotfile.
|
||||
|
||||
To configure globally, place the following in `config.yaml`:
|
||||
```yaml
|
||||
config:
|
||||
ignore_missing_in_dotdrop: True
|
||||
```
|
||||
|
||||
To configure per dotfile:
|
||||
```yaml
|
||||
dotfiles:
|
||||
f_abc:
|
||||
ignore_missing_in_dotdrop: True
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user