From: Mike Ralphson Date: Wed, 21 Sep 2016 06:18:07 +0000 (+0100) Subject: Update Node.gitignore (*.tgz) X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=841cf5859239626b4e8430e1734e07c7fc9c1b54;p=gitignore.git Update Node.gitignore (*.tgz) Add `*.tgz`, the output of `npm pack`, or other build-steps. --- diff --git a/Node.gitignore b/Node.gitignore index bf7525f9..bc7fc557 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -39,3 +39,6 @@ jspm_packages # Optional REPL history .node_repl_history + +# Output of 'npm pack' +*.tgz