Closed Ashu999 closed 5 months ago
From my delve into the crate, this isn't currently possible. It is left to the client application to filter based on the Event
's paths.
(e.g. code ref)
There is no filtering in notify right now. I recommend making this a MR against debouncer-mini and -full. Having an ignore on the level of notify will be hard.
example:
Let's say I have watcher enabled on
TrackedFolder
. I want to exclude.Folder1
from getting tracked. How to achieve it?