From a4d6900223cb945e85169caa58284e1f0e4f68d8 Mon Sep 17 00:00:00 2001 From: Matthias Feist Date: Sat, 2 Nov 2024 13:59:13 +0100 Subject: [PATCH] added github actions to npmignore file --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index edc478d..3922097 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,5 @@ src jest.config.js .prettierrc dist/*test* -tsconfig* \ No newline at end of file +tsconfig* +.github \ No newline at end of file