Browse Source

Update Node.gitignore (*.tgz)

Add `*.tgz`, the output of `npm pack`, or other build-steps.
pull/2113/head
Mike Ralphson 7 years ago
parent
commit
841cf58592
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Node.gitignore

+ 3
- 0
Node.gitignore View File

@@ -39,3 +39,6 @@ jspm_packages

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

Loading…
Cancel
Save