From 6c62ae499436c29f7f9d7538658fd21816cbacd1 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sat, 22 May 2021 13:18:30 -0400 Subject: [PATCH] cleanup --- .gitignore | 3 ++- .npmignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1998067..b017598 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules out -.system \ No newline at end of file +.system +*.tgz \ No newline at end of file diff --git a/.npmignore b/.npmignore index 4a8977f..76e8274 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,5 @@ src test .editorconfig tsconfig.json -.system \ No newline at end of file +.system +*.tgz \ No newline at end of file