您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Ruby.gitignore 159B

123456789101112131415161718
  1. *.gem
  2. *.rbc
  3. .bundle
  4. .config
  5. coverage
  6. InstalledFiles
  7. lib/bundler/man
  8. pkg
  9. rdoc
  10. spec/reports
  11. test/tmp
  12. test/version_tmp
  13. tmp
  14. # YARD artifacts
  15. .yardoc
  16. _yardoc
  17. doc/