vscode-todo-list icon indicating copy to clipboard operation
vscode-todo-list copied to clipboard

Use .gitignore for excluding files, if present

Open DylanSp opened this issue 5 years ago • 2 comments

It'd be handy to use .gitignore to exclude files from checks, instead of having to duplicate those exclusions in the exclude setting.

DylanSp avatar Feb 02 '20 04:02 DylanSp

I actually don't like the idea of using the same file for multiple purposes. Let me think about it.

tzachov avatar Feb 29 '20 09:02 tzachov

It's not too uncommon for tools that manage source code to respect .gitignore; off the top of my head, ripgrep does it out of the box, ESLint can use it with --ignore-path .gitignore.

DylanSp avatar Feb 29 '20 21:02 DylanSp