We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node_modules/ packages/ a/ node_modules/ b/ node_modules/ c/ c-1/ node_modules/ c-2/ node_modules/
"ignorePath": [ "node_modules", "**/node_modules"
"ignorePath": [ "node_modules", "packages/a/node_modules", "packages/b/node_modules", "packages/c/c-1/node_modules", "packages/c/c-2/node_modules"
Either the behaviour is not currently implemented or I'm doing it wrong. If the latter, please tell me how.
Thanks ;)
The text was updated successfully, but these errors were encountered:
Hey @Sebdevar. It is not currently implemented. Do you want to suggest a PR? The code is in pathHelper.ts.
pathHelper.ts
Sorry, something went wrong.
No branches or pull requests
Mono-repo
Expected ignore-path
Current ignore-path (so that it works)
Either the behaviour is not currently implemented or I'm doing it wrong. If the latter, please tell me how.
Thanks ;)
The text was updated successfully, but these errors were encountered: