Home > @rushstack/heft > IFileSelectionSpecifier > excludeGlobs
IFileSelectionSpecifier.excludeGlobs property
Globs that should be explicitly excluded. This takes precedence over globs listed in "includeGlobs" and files that match the file extensions provided in "fileExtensions". Only supported when the sourcePath is a folder.
Signature:
excludeGlobs?: string[];