FilterOptions.addExcludePath
void addExcludePath(string pattern) @safeAdds a path-based exclude pattern (glob-style) for subtree filtering.
Paths matching ANY exclude path pattern will be excluded.
Parameters
pattern | glob pattern for paths (e.g., "cache", "tmp") |