commit | 55bca6219cd847d9baf5944ae10b0807aeca97ac | [log] [tgz] |
---|---|---|
author | Jan Piotrowski <piotrowski+git@gmail.com> | Wed Jun 19 16:10:33 2019 +0200 |
committer | Jan Piotrowski <piotrowski+git@gmail.com> | Wed Jun 19 16:10:33 2019 +0200 |
tree | 595622554751a81afafe5a032e1feb8065dc26a8 | |
parent | 56b3d6c236d3eb24b7a70fc5aa655a68d687cf84 [diff] |
build: add `.npmignore` to remove unneeded files from npm package
diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..d71cbd7 --- /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