You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ignore any and all folders in any project called "node_modules".
I was hoping it would be OK to do something like node_modules/** or .node_modules/** or even *node_modules/** or */node_modules/** or possibly **/node_modules/**. Looks like each project folder has to be specifically added from the main project root folder, like this:
Arrrgh! Thank you for the quick reply, and with many apologies - it was only when I thought of opening the config file that I realised I had missed a comma on the config line, which of course stopped /thing/ working, which was why I thought it didn't work.
No worries, I added some JSON validation at launch recently, but should probably do the same for when the package reloads, thus avoiding that all too easy mistake...
I would like to ignore any and all folders in any project called "node_modules".
I was hoping it would be OK to do something like
node_modules/**
or.node_modules/**
or even*node_modules/**
or*/node_modules/**
or possibly**/node_modules/**
. Looks like each project folder has to be specifically added from the main project root folder, like this:I would love to know an easier way, if possible!
The text was updated successfully, but these errors were encountered: