kondo
kondo copied to clipboard
.gitignore
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?
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.