From a0fb08f7bc8514a5b519b618f4cb7c9e916ef76c Mon Sep 17 00:00:00 2001 From: Frank Steiler Date: Thu, 10 Aug 2023 11:20:01 +0000 Subject: [PATCH] ci: Removing unnecessary files from npm distribution tarball --- app/.npmignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/.npmignore diff --git a/app/.npmignore b/app/.npmignore new file mode 100644 index 00000000..6e9b164e --- /dev/null +++ b/app/.npmignore @@ -0,0 +1,10 @@ +build/ +coverage/ +src/ +test/ +eslint.config.json +jest.config.json +knip.config.jsonc +tsconfig.json +tsdoc.json +typedoc.json \ No newline at end of file