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

12345678910111213141516171819202122232425262728
  1. # It's better to unpack these files and commit the raw source because
  2. # git has its own built in compression methods.
  3. *.7z
  4. *.jar
  5. *.rar
  6. *.zip
  7. *.gz
  8. *.tgz
  9. *.bzip
  10. *.bz2
  11. *.xz
  12. *.lzma
  13. *.cab
  14. # Packing-only formats
  15. *.iso
  16. *.tar
  17. # Package management formats
  18. *.dmg
  19. *.xpi
  20. *.gem
  21. *.egg
  22. *.deb
  23. *.rpm
  24. *.msi
  25. *.msm
  26. *.msp