Add globstar filtering
All checks were successful
Lint & Security / precommit-and-security (pull_request) Successful in 1m28s

This commit is contained in:
2025-12-15 15:39:14 +00:00
parent 7daa2175e8
commit 5e9a55dcc6
2 changed files with 51 additions and 9 deletions

View File

@@ -2,9 +2,12 @@
# Place at: ~/.filedust.conf
#
# Use this file to customize cleanup behavior.
# Only keys matter (no values). Paths are relative to $HOME.
#
# Patterns (globs) are allowed.
# Patterns are matched against paths relative to $HOME
# Supports:
# * = one path segment
# ** = zero or more path segments (recursive)
# Matching is case-sensitive
[exclude]
# Add directories or patterns you want filedust to ignore.