You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: