jgclark / vscode-todo-highlight

VSCode Extension to highlight TODOs etc.
MIT License
102 stars 22 forks source link

Exclude files in .gitignore #48

Closed hugo-levet closed 2 years ago

hugo-levet commented 2 years ago

Don't search "TODO" in the files specified in .gitignore. Add a setting to choose is user want follow or not follow rules in .gitignore is a good possibility.

jgclark commented 2 years ago

This can already be achieved, @hugo-levet, by adding ".gitignore" to the "todohighlight.exclude" array.