Skip to content

Commit 8bd6c20

Browse files
peterblazejewiczPiotrB
andauthored
Exclude npm pack artefacts in gitignore (DefinitelyTyped#44454)
This prevents accidental inclusion of common artefact: see: https://github.com/github/gitignore/blob/master/Node.gitignore#L65 DefinitelyTyped#44439 (comment) Thanks! Co-authored-by: PiotrB <[email protected]>
1 parent 8bb6f0d commit 8bd6c20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ yarn.lock
5757
shrinkwrap.yaml
5858
pnpm-lock.yaml
5959
pnpm-debug.log
60+
61+
# Output of 'npm pack'
62+
*.tgz

0 commit comments

Comments
 (0)