Home > @rushstack/package-extractor > IExtractorProjectConfiguration > patternsToExclude
IExtractorProjectConfiguration.patternsToExclude property
A list of glob patterns to exclude when extracting this project. If a path is matched by both "patternsToInclude" and "patternsToExclude", the path will be excluded. If undefined, no paths will be excluded.
Signature:
patternsToExclude?: string[];