From d4a1ac5c69ad5e0b6c8212cce8abb9588522cd39 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Thu, 27 Jun 2019 13:00:33 +0200 Subject: [PATCH] build: add `.npmignore` to remove unneeded files from npm package --- .npmignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..d71cbd7d --- /dev/null +++ b/.npmignore @@ -0,0 +1,16 @@ +# CI service configurations +.travis.yml +.appveyor.yml +appveyor.yml + +# Testing, code coverage, and linting +.eslintignore +.eslintrc.yml + +# Git +.git +.gitattributes +.gitignore + +# Github +.github