diff --git a/.gitignore b/.gitignore index cbc666160..ab0e09880 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ vendor/ coverage/ node_modules/ bower_components/ +grapesjs-*.tgz diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..0e14b84bf --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +test +index.html +webpack.config.js +grapesjs-*.tgz