The blacklist logic currently only matches exact file paths. I'm not sure if this is intentional, but it would be really useful to be able to blacklist entire directories.
Any thoughts on syntax?
blacklisted_file.yaml
blacklisted_dir/
or more explicit:
blacklisted_file.yaml
blacklisted_dir/*
The blacklist logic currently only matches exact file paths. I'm not sure if this is intentional, but it would be really useful to be able to blacklist entire directories.
Any thoughts on syntax?
or more explicit: