kondo icon indicating copy to clipboard operation
kondo copied to clipboard

.gitignore

Open qm3ster opened this issue 4 years ago • 1 comments

Would deleting things that fall under explicit .gitignore globs (as opposed to plain untracked files, which is wildly dangerous) be a useful thing for most people?

qm3ster avatar Sep 29 '20 08:09 qm3ster

Hmm, I like the idea, but it's risky, and quite specific. I'd rather have new project types/directories added as a first class option in Kondo than assuming ignored things can be deleted.

I can guarantee target in a rust project can be remade from scratch, but someone's other project might have some kind of "data" folder that isn't synced to git because it's non-source code/binary files, but it's still important data.

tbillington avatar Sep 29 '20 10:09 tbillington