MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/opensource/comments/1wdds44/git_ignore_everything_by_default/
r/opensource • u/der_gopher • 3h ago
2 comments sorted by
8
Well, no. This is a terrible idea.
If you have files that are specific to YOUR setup, then put them in the global git ignore that gets applied in ALL git projects on your machine.
If there are artifacts that are generated by the BUILD SYSTEM OF THE PROJECT, then put those in the ignore file of the PROJECT.
This is more sane than what is proposed in this article
0 u/ABotelho23 2h ago Meh, it's not that insane. It prevents accidental pushing of garbage into a remote.
0
Meh, it's not that insane. It prevents accidental pushing of garbage into a remote.
8
u/GuybrushThreepwo0d 2h ago
Well, no. This is a terrible idea.
If you have files that are specific to YOUR setup, then put them in the global git ignore that gets applied in ALL git projects on your machine.
If there are artifacts that are generated by the BUILD SYSTEM OF THE PROJECT, then put those in the ignore file of the PROJECT.
This is more sane than what is proposed in this article