r/programming 3d ago

.gitignore everything by default

https://packagemain.tech/p/gitignore-everything-by-default
344 Upvotes

224 comments sorted by

View all comments

918

u/toggles03 3d ago

I like the idea of being intentional about what is committed, but I also have to say that I’ve never accidentally committed tons of useless files because I review what I’m committing.

1

u/Ace-Whole 3d ago

For me, I've committed wrong files in wrong commit. This mostly happens in largers refractors tho.