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