exclude property

PathFilter? exclude
getter/setter pair

If provided, only paths that do not match any of the RegEx values in this list will be included in the new version.

Implementation

PathFilter? exclude;