Update Node.gitignore (*.tgz)

Add `*.tgz`, the output of `npm pack`, or other build-steps.
This commit is contained in:
Mike Ralphson 2016-09-21 07:18:07 +01:00
parent afbff9027d
commit 841cf58592
1 changed files with 3 additions and 0 deletions

View File

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