From 8bd6c202b3b71ccf0eaaed877d34eaeb3c445491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20B=C5=82a=C5=BCejewicz=20=28Peter=20Blazejewicz=29?= Date: Sun, 3 May 2020 19:00:43 +0200 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9e46745133..65ebb6f815 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,6 @@ yarn.lock shrinkwrap.yaml pnpm-lock.yaml pnpm-debug.log + +# Output of 'npm pack' +*.tgz