diff --git a/.gitignore b/.gitignore index 3bde788..1a639c3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ junit.xml coverage/ yarn-error.log .vscode -.vs \ No newline at end of file +.vs +*.tgz \ No newline at end of file diff --git a/.npmignore b/.npmignore index 3d80425..4342374 100644 --- a/.npmignore +++ b/.npmignore @@ -1,16 +1,19 @@ -.DS_Store -test-report.xml -junit.xml -coverage/ -yarn-error.log **/*.spec.js -__tests__ +.DS_Store +.eslintignore +.eslintrc.json +.github/ +.vs +.vscode __snapshots__ -scripts/ +__tests__ +coverage/ docker-compose.yml jest.config.js -.eslintrc.json -.eslintignore -.github/ +junit.xml +node_modules/ +scripts/ +test-report.xml types/test.ts -*.tgz \ No newline at end of file +types/tsconfig.json +yarn-error.log \ No newline at end of file