Would it be possible to add settings similar to the VSCode ignore options so we don't have to repeat ignore patterns in todo-tree.filtering.excludeGlobs?

You shouldn't need to exclude those files - ripgrep ignores them by default.
Ah you're right. Looks like my .gitignore files were not picked up because they are not in the workspace root. Works fine when they are in the root.
Thanks for pointing that out! This is an awesome extension! 馃槂
Most helpful comment
You shouldn't need to exclude those files - ripgrep ignores them by default.