選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

29 行
536 B

  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
  21. .idea
  22. dist