From 8664f244c515ef1e7aaa59332768bd87772046f0 Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Tue, 25 Feb 2020 17:01:58 +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(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..4dee363 --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +docs/ +examples/ +.*