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

12345678910111213141516171819202122232425262728
  1. #Mac OS X generated files
  2. .DS_Store*
  3. Thumbs.db
  4. #Compiled
  5. /build
  6. /classes
  7. *.jar
  8. *.class
  9. target
  10. #intellij
  11. /.idea
  12. #GWT generated file
  13. *~
  14. *.log
  15. *.log.*
  16. *.ipr
  17. *.iml
  18. *.iws
  19. gen
  20. .gwt
  21. gwt-unitCache
  22. #eclipse
  23. .project
  24. .classpath
  25. .settings