Skip to content

Commit

Permalink
Merge pull request #538 from nodejs/add-stuff-to-gitignore
Browse files Browse the repository at this point in the history
comment gitignore and add commonly ignored stuff
  • Loading branch information
phillipj committed Feb 25, 2016
2 parents b935aca + 1b88c68 commit e965a90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Generated HTML and other static files
build/
# Commonly ignored Node.js files
node_modules/
npm-debug.log
.npm/

# OSX system files, the bane of our existence
.DS_Store
.AppleDouble
.LSOverride

0 comments on commit e965a90

Please sign in to comment.