diff --git a/.gitignore b/.gitignore index c07ea0f..e0ac4bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ pnpm-lock.yaml +*.tgz diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..dc53925 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +_templates +Taskfile.yaml +*.tgz +prettier.config.*