.npmignore 327 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. lib-cov
  2. *.seed
  3. *.log
  4. *.csv
  5. *.dat
  6. *.out
  7. *.pid
  8. *.gz
  9. *.swp
  10. *.swo
  11. .DS_Store
  12. pids
  13. logs
  14. results
  15. # test coverage files
  16. coverage/
  17. node_modules
  18. npm-debug.log
  19. template/**/*.js
  20. .git
  21. docs
  22. misc
  23. src
  24. template
  25. .editorconfig
  26. .gitattributes
  27. .gitignore
  28. .jshintrc
  29. .travis.yml
  30. CONTRIBUTING.md
  31. Gruntfile.js
  32. karma.conf.js
  33. ROADMAP.md
  34. dist/assets