-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comment gitignore and add commonly ignored stuff #538
Conversation
😎 |
comment gitignore and add commonly ignored stuff
node_modules/ | ||
npm-debug.log | ||
.npm/ | ||
|
||
# OSX system files, the bane of our existence |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be in your global I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i always put them in there for safety :S
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also used to including these in every project. I never remember to add these globally, so I like to not "require" others to do it either.
was missing the infamous
.DS_Store
. also, are there any windows/linux files to be commonly ignored? i'm running OSX, so i don't really know.