exclude property

List<String>? exclude
final

The globs as a subset of include to remove from the set.

May be null or empty which means every path in include.

Implementation

final List<String>? exclude;