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