From 80724df9a41dda32ea8ebf416fd57b2dc32acf6d Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 19 Jun 2019 15:42:53 +0200 Subject: [PATCH] build: update .npmignore to remove unneeded files from npm package --- .npmignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.npmignore b/.npmignore index 4787202..bd0573e 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,18 @@ demo/ + +# CI service configurations +.travis.yml +.appveyor.yml +appveyor.yml + +# Testing, code coverage, and linting +.eslintignore +.eslintrc.yml + +# Git +.git +.gitattributes +.gitignore + +# Github +.github