.npmignore 307 B

1234567891011121314151617181920212223242526272829
  1. .DS_Store
  2. .settings/
  3. .sass-cache/
  4. .project
  5. .idea
  6. npm-debug.log*
  7. yarn-error.log
  8. yarn.lock
  9. style/.sass-cache/
  10. stats.json
  11. img/
  12. images/
  13. private/
  14. vendor/
  15. coverage/
  16. node_modules/
  17. bower_components/
  18. grapesjs-*.tgz
  19. _index.html
  20. index.html
  21. docs
  22. .github
  23. test
  24. .editorconfig
  25. .eslintrc
  26. .travis.yml
  27. *.md
  28. webpack.config.js