Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.41k stars 135 forks source link

Update excludeGlobs to exclude node_modules properly #673

Closed svipas closed 1 year ago

svipas commented 1 year ago

SCR-20220925-lpm

P.S. VS Code also uses **/node_modules/*/** instead of **/node_modules in files.watcherExclude to exclude node_modules.