Current version have very basic glob patterns, and if you want anything more advanced you are forced to use regexes in path. Would be nice to try to implement something like https://github.com/isaacs/node-glob
And also revisit filter patterns, now if you want to negate something you are forced to use regex as well.
Current version have very basic glob patterns, and if you want anything more advanced you are forced to use regexes in path. Would be nice to try to implement something like https://github.com/isaacs/node-glob
And also revisit filter patterns, now if you want to negate something you are forced to use regex as well.