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

PlayFramework.gitignore 156B

12345678910111213141516
  1. # Ignore Play! working directory #
  2. db
  3. eclipse
  4. lib
  5. log
  6. logs
  7. modules
  8. precompiled
  9. project/project
  10. project/target
  11. target
  12. tmp
  13. test-result
  14. server.pid
  15. *.iml
  16. *.eml