.gitignore 730 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. # Runtime data
  6. pids
  7. *.pid
  8. *.seed
  9. # Directory for instrumented libs generated by jscoverage/JSCover
  10. lib-cov
  11. # Coverage directory used by tools like istanbul
  12. coverage
  13. # nyc test coverage
  14. .nyc_output
  15. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  16. .grunt
  17. # node-waf configuration
  18. .lock-wscript
  19. # Compiled binary addons (http://nodejs.org/api/addons.html)
  20. build/Release
  21. # Deployment builds
  22. dist
  23. # Dependency directories
  24. node_modules
  25. npm/node_modules
  26. jspm_packages
  27. # Optional npm cache directory
  28. .npm
  29. # Optional REPL history
  30. .node_repl_history
  31. # SublimeText Files
  32. *.sublime-workspace
  33. # Config Files
  34. config.yml
  35. # Data directories
  36. /repo
  37. /data
  38. /uploads