From 56f89f6cc2e3738f94bc56251c646c4cf28495fd Mon Sep 17 00:00:00 2001 From: devdimer Date: Sat, 29 Jun 2024 19:19:38 -0300 Subject: [PATCH] fix: ignore .env and src/ when publishing to npm --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 4369aac..f0e6d42 100644 --- a/.npmignore +++ b/.npmignore @@ -8,3 +8,5 @@ eslint.config.mjs .gitignore .git .release-it.json +.env +src