Browse Source

The npm packed distro of the project (grapesjs-*.tgz) is git and npm ignored.

Development resources are npm ignored
pull/365/head
hates 8 years ago
parent
commit
9a797360a9
  1. 1
      .gitignore
  2. 4
      .npmignore

1
.gitignore

@ -14,3 +14,4 @@ vendor/
coverage/
node_modules/
bower_components/
grapesjs-*.tgz

4
.npmignore

@ -0,0 +1,4 @@
test
index.html
webpack.config.js
grapesjs-*.tgz
Loading…
Cancel
Save