From 75c3c85ef8ee738eafd4accff106aba755d5fd3a Mon Sep 17 00:00:00 2001 From: Jack Koppa Date: Mon, 6 Jan 2020 14:19:02 -0500 Subject: [PATCH] chore: Ignore .tgz zip files generated by 'npm pack' for local testing --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2482fe6..6fe1950 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ node_modules/ dist/ # Editor -.vscode/ \ No newline at end of file +.vscode/ + +# For local testing w/ `npm pack` +*.tgz \ No newline at end of file