From 13ab38aebd6b6b4dfa7f2f8d03d25c1c0569ed08 Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Tue, 25 Feb 2020 16:58:43 +0100 Subject: [PATCH] Exclude unnecessary files from the npm package Listed a few files and folders which are currently included in the published npm package, while they should not be. --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 8b4d46d..9c10e71 100644 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,6 @@ coverage node_modules .github docs +*.gz +jsdoc.json +webpack.config.js