Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Updated .gitignore #80
Conversation
|
I don't think we need to go this far. Actually, all changes must be reviewed, that's what git diff --staged is for. And as for OS automatically generated files, I think the last 8 lines of the suggested github .gitignore file would be far enough : |
PartTimeLegend
commented
Mar 23, 2013
|
Fair enough. I just find it useful. Closed. |
PartTimeLegend
closed this
Mar 23, 2013
|
I will still add a few exceptions in the .gitignore file. There are indeed a few that will be helpful. |
PartTimeLegend commentedMar 22, 2013
Github has a really handy .gitignore that removes lots of useless files.
I was seeing them when I forked the repo, the .gitignore of the master
repo should be updated to reflect this.