diff --git a/.npmignore b/.npmignore index 74630bf..61b3d81 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,17 @@ +app/dist/static/js/*.map +app/build/ +app/config/ +app/src/ +app/static/ +app/index.html + +resources/ + +site/ + +.editorconfig.js .eslintrc.js .gitignore .npmignore -test/ -resources/ -app/dist/static/js/*.map -site/ \ No newline at end of file +.package-lock.json +.package.json \ No newline at end of file