Closed strawgate closed 2 years ago
Can you document what is supported here? Is there any wildcard support, is it just if that string is found anywhere in the path it's ignored? Does it prevent traversing into a directory if the directory matches the pattern?
It looks to just do a string contains for each element and each element must be provided with its own flag
Looks like this applies to directory names only
Can you document what is supported here? Is there any wildcard support, is it just if that string is found anywhere in the path it's ignored? Does it prevent traversing into a directory if the directory matches the pattern?