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.

Node.gitignore 527B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324252627
  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. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  13. .grunt
  14. # node-waf configuration
  15. .lock-wscript
  16. # Compiled binary addons (http://nodejs.org/api/addons.html)
  17. build/Release
  18. # Dependency directory
  19. # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
  20. node_modules