blackListPatterns property
BuiltSet<RegExp>
get
blackListPatterns
A set of file path patterns to match changes against.
If a change matches a pattern this target will not be built.
Implementation
BuiltSet<RegExp> get blackListPatterns;