You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
644 B

7 years ago
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. # Runtime data
  6. pids
  7. *.pid
  8. *.seed
  9. *.pid.lock
  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. # Dependency directories
  23. node_modules
  24. bower_components
  25. jspm_packages
  26. # Optional npm cache directory
  27. .npm
  28. # Optional eslint cache
  29. .eslintcache
  30. # Optional REPL history
  31. .node_repl_history