pub fn path_is_ignored(path: &Path) -> boolExpand description
True if any component of path is an ignored directory (e.g. node_modules,
.git, .undo). The watcher uses this to filter events with the exact same
definition the snapshotter uses, so the two never disagree.