.npmignore 572 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Numerous always-ignore extensions
  2. *.csv
  3. *.dat
  4. *.diff
  5. *.err
  6. *.gz
  7. *.log
  8. *.orig
  9. *.out
  10. *.pid
  11. *.rar
  12. *.rej
  13. *.seed
  14. *.swo
  15. *.swp
  16. *.vi
  17. *.yo-rc.json
  18. *.zip
  19. *~
  20. .ruby-version
  21. lib-cov
  22. npm-debug.log
  23. # Always-ignore dirs
  24. /bower_components/
  25. /node_modules/
  26. /temp/
  27. /tmp/
  28. /vendor/
  29. _gh_pages
  30. # OS or Editor folders
  31. *.esproj
  32. *.komodoproject
  33. .komodotools
  34. *.sublime-*
  35. ._*
  36. .cache
  37. .DS_Store
  38. .idea
  39. .project
  40. .settings
  41. .tmproj
  42. nbproject
  43. Thumbs.db
  44. # grunt-html-validation
  45. validation-status.json
  46. validation-report.json
  47. # misc
  48. TODO.md
  49. # npmignore
  50. test
  51. test.js
  52. .verb.md
  53. .gitattributes
  54. .editorconfig