1
0
mirror of https://github.com/github/gitignore synced 2024-06-07 13:17:58 +02:00

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

View File

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