.npmignore 476 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # v1.3.23 October 11, 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. # Private Files
  12. .env
  13. # Development Files
  14. .editorconfig
  15. .eslintrc
  16. .jshintrc
  17. coffeelint.json
  18. .travis*
  19. Cakefile
  20. Makefile
  21. BACKERS.md
  22. CONTRIBUTING.md
  23. HISTORY.md
  24. **/src/
  25. **/test/
  26. # Other Package Definitions
  27. template.js
  28. component.json
  29. bower.json
  30. # =====================================
  31. # CUSTOM MODIFICATIONS
  32. # None