-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to ignore searching inside node_modules
#79
Comments
I addresed a similar use case in QUnit sometime ago using I switched the "gather files" part from picomatch to |
In a monorepo this won't work - there will be 100s of nested |
Agree, without this feature, I can't adopt tiny-glob, which I was planning to do for storybook. |
It's probably easier to add an see #74 |
any update? |
Using
!(node_modules)/**/package.json
still seems to search withinnode_modules
...or at least its still very slow compared to every other library I'm testing.The text was updated successfully, but these errors were encountered: