.gitignore 558 B

1234567891011121314151617181920212223242526272829303132
  1. # ---> Node
  2. # Logs
  3. logs
  4. *.log
  5. npm-debug.log*
  6. log/stats*
  7. # Runtime data
  8. pids
  9. *.pid
  10. *.seed
  11. .env
  12. # Directory for instrumented libs generated by jscoverage/JSCover
  13. lib-cov
  14. # Coverage directory used by tools like istanbul
  15. coverage
  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. # Dependency directory
  23. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  24. node_modules