.npmignore 547 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # v1.3.18 June 8, 2014
  2. # https://github.com/bevry/base
  3. # Temp Files
  4. **/*.log
  5. **/.docpad.db
  6. # Build Files
  7. build/
  8. components/
  9. bower_components/
  10. node_modules/
  11. # Development Files
  12. .editorconfig
  13. .jshintrc
  14. coffeelint.json
  15. .travis*
  16. Cakefile
  17. Makefile
  18. BACKERS.md
  19. CONTRIBUTING.md
  20. HISTORY.md
  21. **/src/
  22. **/test/
  23. # Other Package Definitions
  24. template.js
  25. component.json
  26. bower.json
  27. # =====================================
  28. # CUSTOM MODIFICATIONS
  29. out/ace
  30. out/images
  31. out/test
  32. out/CNAME
  33. out/editor.js
  34. out/editor.html
  35. out/index.js
  36. out/index.html
  37. out/style.css
  38. .env