I’ve seen this thread where if I understand it correctly:
- All includes are first applied (even if specified after an exclude)
- Excludes are then applied
Given this, how does one whitelist?
Eg, I generally want to exclude all directories called [cC]ache
, but I have a particular program called Cache
that does cache-y things.
How do I whitelist only this one particular Cache
directory?