diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..9121f79 --- /dev/null +++ b/.npmignore @@ -0,0 +1,21 @@ +# lcov +coverage/ +*.log +.package.json + +# artifacts & source +README.hbs +output.md +output/ +src/ +test/ +examples/ + +# dotfiles +.travis.yml +.eslintrc +.eslintignore +.editorconfig +.babelrc +.gitignore +.git