Browse Source

Merge pull request #1732 from jucrouzet/patch-1

Add .npm cache directory
Brendan Forster 9 years ago
parent
commit
56639ff392
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

@@ -26,3 +26,6 @@ build/Release
 # Dependency directory
 # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
 node_modules
+
+# Optional npm cache directory
+.npm