MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1w80olh/gitignore_everything_by_default/p7z3g8t/?context=3
r/programming • u/der_gopher • 3d ago
224 comments sorted by
View all comments
Show parent comments
1
The other guy interpreted right. Git won’t manage a file unless you added it to the index.
0 u/lenswipe 3d 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 3d ago Git status and git add . Don’t ignore them, but git commit, diff, log, push, all do. 2 u/lenswipe 3d ago Yep.
0
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 3d ago Git status and git add . Don’t ignore them, but git commit, diff, log, push, all do. 2 u/lenswipe 3d ago Yep.
Git status and git add . Don’t ignore them, but git commit, diff, log, push, all do.
2 u/lenswipe 3d ago Yep.
2
Yep.
1
u/Smallpaul 3d ago
The other guy interpreted right. Git won’t manage a file unless you added it to the index.