Skip to content

Commit

Permalink
More helpful gitignore, with a few other trash files added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Jan 24, 2014
1 parent 2e1d626 commit cad3aa7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#################
## npm
#################
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

npm-debug.log
node_modules/
!/node_modules/
!src/node_modules/
.DS_STORE
.env
node_modules

0 comments on commit cad3aa7

Please sign in to comment.