todo-tree
todo-tree copied to clipboard
Excluding .txt files doesnt seem to work?
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
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.