.npmignore 513 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # 2015 March 8
  2. # https://github.com/bevry/base
  3. # Temp Files
  4. **/.docpad.db
  5. **/out.*
  6. **/*.log
  7. **/*.cpuprofile
  8. **/*.heapsnapshot
  9. # Build Files
  10. build/
  11. components/
  12. bower_components/
  13. node_modules/
  14. # Private Files
  15. .env
  16. # Development Files
  17. .editorconfig
  18. .eslintrc*
  19. .jshintrc
  20. .jscrc
  21. coffeelint*
  22. .travis*
  23. nakefile*
  24. Cakefile
  25. Makefile
  26. BACKERS.md
  27. CONTRIBUTING.md
  28. HISTORY.md
  29. **/test*
  30. # Other Package Definitions
  31. template.js
  32. component.json
  33. bower.json
  34. # =====================================
  35. # CUSTOM MODIFICATIONS
  36. # None