.gitignore 609 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Logs
  2. logs
  3. *.log
  4. # Runtime data
  5. pids
  6. *.pid
  7. *.seed
  8. # Directory for instrumented libs generated by jscoverage/JSCover
  9. lib-cov
  10. # Coverage directory used by tools like istanbul
  11. coverage
  12. .nyc_output
  13. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  14. .grunt
  15. # node-waf configuration
  16. .lock-wscript
  17. # Compiled binary addons (http://nodejs.org/api/addons.html)
  18. build/Release
  19. # Dependency directory
  20. # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
  21. node_modules
  22. # Remove some common IDE working directories
  23. .idea
  24. .vscode
  25. .DS_Store