From 1a38b2ae997b42f30839fa6dc6371d054237a370 Mon Sep 17 00:00:00 2001 From: bcanfield Date: Thu, 17 Aug 2023 01:40:56 -0400 Subject: [PATCH] fix: Reduce bundle size --- .npmignore | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index e6de6eb..d45efc7 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,16 @@ src/**/* node_modules/ prisma/ +prisma_large/ +prisma_non_working/ +templateRoot/ .github/ __tests__/ -*.md -dev/ -devNexquikApp/ -nexquikApp/ +.eslintrc.json +.gitattributes +babel.config.js +jest.config.js +prettierrc.json +release.config.js +schema.prisma +tsconfig.json