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.