From 6820ede347c9ea9c32bd5e8437551ceb7d366137 Mon Sep 17 00:00:00 2001 From: brunosimon Date: Wed, 27 Dec 2017 15:55:55 +0100 Subject: [PATCH] :wrench: Update npmignore --- .npmignore | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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