mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 02:47:02 +00:00
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:
parent
8bb6f0dc90
commit
8bd6c202b3
3
.gitignore
vendored
3
.gitignore
vendored
@ -57,3 +57,6 @@ yarn.lock
|
||||
shrinkwrap.yaml
|
||||
pnpm-lock.yaml
|
||||
pnpm-debug.log
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user