FilterOptions.addIncludePath
void addIncludePath(string pattern) @safeAdds a path-based include pattern (glob-style) for subtree filtering.
Paths matching ANY include path pattern will be included.
Parameters
pattern | glob pattern for paths (e.g., "src", "docs") |