Exclude npm pack artefacts in gitignore (#44454)

This prevents accidental inclusion of common artefact:

see:
https://github.com/github/gitignore/blob/master/Node.gitignore#L65
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/44439#issuecomment-622962988

Thanks!

Co-authored-by: PiotrB <pblazejewicz@appriss.com>
This commit is contained in:
Piotr Błażejewicz (Peter Blazejewicz) 2020-05-03 19:00:43 +02:00 committed by GitHub
parent 8bb6f0dc90
commit 8bd6c202b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -57,3 +57,6 @@ yarn.lock
shrinkwrap.yaml
pnpm-lock.yaml
pnpm-debug.log
# Output of 'npm pack'
*.tgz