diff --git a/.gitignore b/.gitignore index b512c09..b2d59d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +/node_modules +/dist \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..c51cd3c --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +/src +/node_modules +tsconfig.json +tsup.config.ts \ No newline at end of file