.gitignore 715 B

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