file-changes

Manage a list of watched folders/files and exclusions, including children

I have a program that's watching for changes to certain files in a list of folders, including children (if a folder is watched, it will watch all children). I want to add the ability to exclude certain children from this process, but I'm not sure how best to process it or store the "Rules" for this. For example, here'a a tree I might wat...