diff --git a/.gitignore b/.gitignore index 835a5f6..58ae1b2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ dist/ build/ *.log coverage/ +*.tgz # Ignore lock files *-lock.* diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..fe48184 --- /dev/null +++ b/.npmignore @@ -0,0 +1,12 @@ +coverage +src +test +mock +bun.lockb +.gitignore +.eslintrc.json +.prettierrc +jest.config.js +rollup.config.js +*.tgz +*.webp