feat: deno fmt
and deno lint
should ignore files set in .gitignore
#20185
Labels
feat
new feature (which has been agreed to/accepted)
Would be nice if
deno fmt
anddeno lint
were aware of.gitignore
and would ignore files/paths listed in there. Currently, we have to duplicate those paths in the exclude rules fordeno fmt
anddeno lint
.Related denoland/fresh#1652
The text was updated successfully, but these errors were encountered: