From 9a797360a94925ab996a9c1eab36ea1ab17c13ba Mon Sep 17 00:00:00 2001 From: hates Date: Mon, 2 Oct 2017 15:48:55 +0300 Subject: [PATCH] The npm packed distro of the project (grapesjs-*.tgz) is git and npm ignored. Development resources are npm ignored --- .gitignore | 1 + .npmignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .npmignore 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