diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..86270540e --- /dev/null +++ b/.npmignore @@ -0,0 +1,26 @@ +# Packages +node_modules/ +yarn.lock + +# Log files +logs/ +*.log + +# Authentication +deploy/ + +# Miscellaneous +.tmp/ +.vscode/ +docs/ + +webpack/ + +# NPM ignore +.eslintrc.json +.gitattributes +.gitignore +.travis.yml +webpack.config.js +.github/ +test/