瀏覽代碼

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