From 9f5e88d034a2921d0d82be9b297e785310ec36c3 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Fri, 25 Apr 2025 18:45:24 +0200 Subject: [PATCH] chore: remove redundant .npmignore Handling the package structure myself through scripts/npm-pack.ts --- .npmignore | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index aafa725..0000000 --- a/.npmignore +++ /dev/null @@ -1,13 +0,0 @@ -/tests -/tsconfig*.json -/src -/dist -/autom4te.cache -/config.* -/configure* -/scripts -/build -/.gitlab-ci.yml -/CONTRIBUTING.md -/jest.config.js -/Makefile