diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-16 18:50:56 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-16 18:50:56 +0200 |
| commit | db404714f29ca0230e1a2ba48f7fdc23ff511dbb (patch) | |
| tree | baf5ee5ebcea72ef266894c35263fd5f3d6ae329 /config.example | |
| parent | f90d7f606aca51235fdb2a22fdf2263218138331 (diff) | |
| download | dots-backup-db404714f29ca0230e1a2ba48f7fdc23ff511dbb.tar.gz dots-backup-db404714f29ca0230e1a2ba48f7fdc23ff511dbb.zip | |
docs: document --suggest flag and SUGGEST_IGNORE
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'config.example')
| -rw-r--r-- | config.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.example b/config.example index 79e716d..cbd419e 100644 --- a/config.example +++ b/config.example @@ -15,3 +15,9 @@ # Branch to push to when using -p/--push (defaults to current branch if unset) #GIT_BRANCH="master" + +# Basenames --suggest skips when scanning for new config (override the +# baked-in default). Uncomment and edit to customize. +#SUGGEST_IGNORE=(.cache .local .git .ssh .gnupg .Trash .pki .nv \ +# .mozilla .thunderbird .npm .cargo .rustup .java \ +# .dbus .config) |
