From 92ce86694abda8de8d480df40976c35be5d6ded5 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 29 Oct 2024 02:13:37 +0700 Subject: [PATCH] chore: npmignore --- .npmignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..c631500 --- /dev/null +++ b/.npmignore @@ -0,0 +1,33 @@ +# source +libs +prisma +src +test + +.env +.env.example +.eslintrc.js +jsr.json +mod.ts +nest-cli.json +package-lock.json +tsconfig.build.json +tsconfig.lib.json +jest.config.json +index.ts +plugin.ts +package-lock.json +.eslintignore +.eslintrc.js +tsconfig.json +.prettierrc +.circleci +.github + +#misc +renovate.json +npm-debug.log +.DS_Store +.commitlintrc.json +.release-it.json +CONTRIBUTING.md