Преглед на файлове

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