diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..a1e2f4d4 --- /dev/null +++ b/.npmignore @@ -0,0 +1,21 @@ +# Testing, code coverage, and linting +.eslintignore +.eslintrc.yml +.nyc_output +coverage +tests + +# CI service configurations +.travis.yml +appveyor.yml + +# Logging +logs +*.log +npm-debug.log* + +# Git +.git +.gitattributes +.github +.gitignore