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.

1
3 comments

Can you just exclude the root node_modules folder?

0

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 .

0

Please sign in to leave a comment.