IDEA 14 . Node js. Excluding all node_modules folders from search.
For Node js projects
is there any way of excluding all node_modules folders in one go, instead of going to each seperate directory .
I need this to exclude the search functionality in these folders but I have many folders with node_modules , I dont want to go one by one.
Thanks.
Please sign in to leave a comment.
Can you just exclude the root node_modules folder?
This doesnt help because it still searches in sub folder that have node_modules.
I would like to tell the project settings , to exclude ALL node_modules folders , in all folders .
Please check https://youtrack.jetbrains.com/issue/WEB-15319 .