Browse Source

Merge pull request #3410 from bergquist/ignore_npm_log

add npm-debug.log to gitignore
Torkel Ödegaard 10 years ago
parent
commit
bd850d8158
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 node_modules
 node_modules
+npm-debug.log
 coverage/
 coverage/
 .aws-config.json
 .aws-config.json
 awsconfig
 awsconfig