diff --git a/.gitignore b/.gitignore index 6660bff..94934f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ node_modules/ dist/ -coverage/ -env.db \ No newline at end of file +coverage/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index 67003a0..bbe1695 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,6 @@ +.github/ coverage/ -node_modules/ -dist/ +src/ .prettierrc -babel* -jest* \ No newline at end of file +jest* +tsconfig.json \ No newline at end of file