Gruntfuggly / todo-tree

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

Excluding .txt files doesnt seem to work? #803

Open NateMarrocco opened 7 months ago

NateMarrocco commented 7 months ago

Capture Notice on the left we have a bunch of results from debug.txt and on the right I tried a my best to exclude them

AndisGrossteins commented 6 months ago

The file extension of those files isn't just .txt, is it? They seem to have some kind of timestamp after the extension. So your exclude glob should be **/*.txt.*.

The second and third glob pattern in your screenshot do nothing. You must have copied those from examples meant to be used in settings.json, not entered in UI.