Home > @rushstack/package-extractor > IExtractorDependencyConfiguration > patternsToExclude
IExtractorDependencyConfiguration.patternsToExclude property
A list of glob patterns to exclude when extracting this dependency. 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[];