Microsoft.Extensions.FileSystemGlobbing.Matcher
Add a file name pattern for files the matcher should exclude from the results. Patterns are relative to the root directory given when Execute is called.
Use the forward slash '/' to represent directory separator. Use '*' to represent wildcards in file and directory names. Use '**' to represent arbitrary directory depth. Use '..' to represent a parent directory.
Add a file name pattern that the matcher should use to discover files. Patterns are relative to the root directory given when Execute is called.
Use the forward slash '/' to represent directory separator. Use '*' to represent wildcards in file and directory names. Use '**' to represent arbitrary directory depth. Use '..' to represent a parent directory.