]> source.dussan.org Git - gitignore.git/commitdiff
Update Node.gitignore (*.tgz) 2113/head
authorMike Ralphson <mike.ralphson@gmail.com>
Wed, 21 Sep 2016 06:18:07 +0000 (07:18 +0100)
committerMike Ralphson <mike.ralphson@gmail.com>
Mon, 26 Sep 2016 05:59:20 +0000 (06:59 +0100)
Add `*.tgz`, the output of `npm pack`, or other build-steps.

Node.gitignore

index bf7525f991213f3fa92266d13c849a5d2717bc94..bc7fc55724c152c385ba6264ca6bf4ebf2e680fb 100644 (file)
@@ -39,3 +39,6 @@ jspm_packages
 
 # Optional REPL history
 .node_repl_history
+
+# Output of 'npm pack'
+*.tgz