You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: