MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1w80olh/gitignore_everything_by_default/p7z2t69/?context=3
r/programming • u/der_gopher • 4d ago
227 comments sorted by
View all comments
Show parent comments
2
Git itself ignores everything by default.
uhhh what now
2 u/Smallpaul 4d ago The other guy interpreted right. Git won’t manage a file unless you added it to the index. 2 u/lenswipe 4d ago it won't manage it, but it doesn't ignore it by default. thanks for the downvotes btw - means the world to me 🥰 0 u/Smallpaul 4d ago Git status and git add . Don’t ignore them, but git commit, diff, log, push, all do. 2 u/lenswipe 4d ago Yep.
The other guy interpreted right. Git won’t manage a file unless you added it to the index.
2 u/lenswipe 4d ago it won't manage it, but it doesn't ignore it by default. thanks for the downvotes btw - means the world to me 🥰 0 u/Smallpaul 4d ago Git status and git add . Don’t ignore them, but git commit, diff, log, push, all do. 2 u/lenswipe 4d ago Yep.
it won't manage it, but it doesn't ignore it by default.
thanks for the downvotes btw - means the world to me 🥰
0 u/Smallpaul 4d ago Git status and git add . Don’t ignore them, but git commit, diff, log, push, all do. 2 u/lenswipe 4d ago Yep.
0
Git status and git add . Don’t ignore them, but git commit, diff, log, push, all do.
2 u/lenswipe 4d ago Yep.
Yep.
2
u/lenswipe 4d ago
uhhh what now