From 6f2df33b61ace8fc69c173740d0f811094940d09 Mon Sep 17 00:00:00 2001 From: Dries Hooghe Date: Mon, 29 Jul 2024 09:08:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20exclude=20vscode=20and=20github?= =?UTF-8?q?=20folders=20from=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 2eda17bb..0bea3342 100644 --- a/.npmignore +++ b/.npmignore @@ -1,16 +1,18 @@ # source +example index.ts lib tests -example # misc .circleci +.github .release-it.json +.vscode +biome.json docker-compose.yml jest.config.js pnpm-lock.yaml renovate.json -biome.json tsconfig.build.json -tsconfig.json \ No newline at end of file +tsconfig.json