.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # Compiled class files
  2. *.class
  3. # Log files
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.jar
  11. *.war
  12. *.ear
  13. # Virtual machine crash logs, core dumps, and various ide crash logs
  14. hs_err_pid*
  15. # Java specific
  16. *.class
  17. *.jar
  18. *.war
  19. *.ear
  20. *.ap_
  21. *.zip
  22. *.dex
  23. *.classpaths
  24. *.project
  25. *.classpath
  26. .settings/
  27. .loadpath
  28. /release
  29. # Google App Engine
  30. *.appengine-generated/
  31. !*/src/main/**/gen/**/generated-sources/
  32. .DS_Store
  33. .factorypath
  34. .gradle/
  35. build/
  36. target/
  37. tmp/
  38. out/
  39. # Eclipse
  40. .classpath
  41. .project
  42. .settings
  43. bin
  44. tmp
  45. *.swp
  46. # IntelliJ IDEA
  47. .idea/
  48. *.iml
  49. *.ipr
  50. *.iws
  51. .idea/workspace.xml
  52. .idea/libraries/
  53. out
  54. # NetBeans
  55. nbproject/private/
  56. build
  57. nbbuild/
  58. dist/
  59. nbdist/
  60. nbactions.xml
  61. nb-configuration.xml
  62. # VS Code
  63. .vscode/
  64. # macOS files
  65. .DS_Store
  66. # Maven
  67. target/
  68. dependency-reduced-pom.xml
  69. buildNumber.properties
  70. .mvn/timing.properties
  71. node/
  72. .pmd/
  73. # Gradle
  74. .gradle
  75. build
  76. # JRebel
  77. rebel.xml
  78. # Code coverage / Reports
  79. coverage/
  80. *.ec
  81. *.em
  82. *.emma
  83. # Unit test reports
  84. TEST*.xml
  85. test-results/
  86. .testHistory/
  87. # Temporary files
  88. *.bak
  89. *.swp
  90. *.swo
  91. # Environment-specific configurations
  92. .env
  93. /incubator-message/build
  94. /incubator-game/build
  95. /incubator-core/build
  96. /incubator-common/build
  97. /incubator-center/build
  98. /.gradle
  99. /incubator-center/logs
  100. /incubator-center/out
  101. /incubator-common/out
  102. /incubator-core/out
  103. /incubator-game/out
  104. /incubator-game/logs