E.g.
ignore: ["node_modules/**/*"],
Is this what I'm supposed to use to block node_modules at the root? I wish it were just node_modules because e.g. if there's a nested node_modules it needs to have both the root and without the root: **/node_modules/**/*. I must be misunderstanding the syntax.
E.g.
Is this what I'm supposed to use to block
node_modulesat the root? I wish it were justnode_modulesbecause e.g. if there's a nested node_modules it needs to have both the root and without the root:**/node_modules/**/*. I must be misunderstanding the syntax.