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

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
2 participants

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.

Updated .gitignore
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.
Contributor

saivann commented Mar 23, 2013

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 :
https://help.github.com/articles/ignoring-files

Fair enough. I just find it useful.

Closed.

Contributor

saivann commented Mar 23, 2013

I will still add a few exceptions in the .gitignore file. There are indeed a few that will be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment