Преглед изворни кода

Update Node.gitignore (*.tgz)

Add `*.tgz`, the output of `npm pack`, or other build-steps.
Mike Ralphson пре 8 година
родитељ
комит
841cf58592
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

@@ -39,3 +39,6 @@ jspm_packages
 
 # Optional REPL history
 .node_repl_history
+
+# Output of 'npm pack'
+*.tgz