From 509c4369b99286f6d1cd1c365cd21c59b3ca5fcc Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Tue, 25 Feb 2020 15:04:09 +0100 Subject: [PATCH] Exclude unnecessary files from the npm package Listed a few additional files and folders which are currently included in the published npm package, while they should not be. --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..1d8840c --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +.* +test/ +Makefile