In bundle: nest.repository.support
Wildcard paths represent a pattern that are used to match paths in order to determine their inclusion.
Wildcard paths contain the * character that can match any number of arbitrary characters in a name component of a path.
The special "**" name part can be used to match any number of name components for a given path.
Wildcards which don't contain any * characters can be also used as wildcards, but they will only match a single path.