diff options
author | Mike Ralphson <mike.ralphson@gmail.com> | 2016-09-21 07:18:07 +0100 |
---|---|---|
committer | Mike Ralphson <mike.ralphson@gmail.com> | 2016-09-26 06:59:20 +0100 |
commit | 841cf5859239626b4e8430e1734e07c7fc9c1b54 (patch) | |
tree | 9f4b047790cf55cb1f76c7bffc5ac4c595929988 /Node.gitignore | |
parent | afbff9027d02ccfc680e031f6c295f79ad61662d (diff) | |
download | gitignore-841cf5859239626b4e8430e1734e07c7fc9c1b54.tar.gz gitignore-841cf5859239626b4e8430e1734e07c7fc9c1b54.zip |
Update Node.gitignore (*.tgz)
Add `*.tgz`, the output of `npm pack`, or other build-steps.
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |