.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. ## Java
  2. *.class
  3. *.war
  4. *.ear
  5. hs_err_pid*
  6. ## Robovm
  7. /ios/robovm-build/
  8. ## GWT
  9. /html/war/
  10. /html/gwt-unitCache/
  11. .apt_generated/
  12. .gwt/
  13. gwt-unitCache/
  14. www-test/
  15. .gwt-tmp/
  16. ## Android Studio and Intellij and Android in general
  17. /android/libs/armeabi/
  18. /android/libs/armeabi-v7a/
  19. /android/libs/arm64-v8a/
  20. /android/libs/x86/
  21. /android/libs/x86_64/
  22. /android/gen/
  23. .idea/
  24. *.ipr
  25. *.iws
  26. *.iml
  27. /android/out/
  28. com_crashlytics_export_strings.xml
  29. ## Eclipse
  30. .classpath
  31. .project
  32. .metadata/
  33. /android/bin/
  34. /core/bin/
  35. /desktop/bin/
  36. /html/bin/
  37. /ios/bin/
  38. /ios-moe/bin/
  39. *.tmp
  40. *.bak
  41. *.swp
  42. *~.nib
  43. .settings/
  44. .loadpath
  45. .externalToolBuilders/
  46. *.launch
  47. ## NetBeans
  48. /nbproject/private/
  49. /android/nbproject/private/
  50. /core/nbproject/private/
  51. /desktop/nbproject/private/
  52. /html/nbproject/private/
  53. /ios/nbproject/private/
  54. /ios-moe/nbproject/private/
  55. /build/
  56. /android/build/
  57. /core/build/
  58. /desktop/build/
  59. /html/build/
  60. /ios/build/
  61. /ios-moe/build/
  62. /nbbuild/
  63. /android/nbbuild/
  64. /core/nbbuild/
  65. /desktop/nbbuild/
  66. /html/nbbuild/
  67. /ios/nbbuild/
  68. /ios-moe/nbbuild/
  69. /dist/
  70. /android/dist/
  71. /core/dist/
  72. /desktop/dist/
  73. /html/dist/
  74. /ios/dist/
  75. /ios-moe/dist/
  76. /nbdist/
  77. /android/nbdist/
  78. /core/nbdist/
  79. /desktop/nbdist/
  80. /html/nbdist/
  81. /ios/nbdist/
  82. /ios-moe/nbdist/
  83. nbactions.xml
  84. nb-configuration.xml
  85. ## Gradle
  86. /local.properties
  87. .gradle/
  88. gradle-app.setting
  89. /build/
  90. /android/build/
  91. /core/build/
  92. /desktop/build/
  93. /html/build/
  94. /ios/build/
  95. /ios-moe/build/
  96. ## OS Specific
  97. .DS_Store
  98. Thumbs.db
  99. ## iOS
  100. /ios/xcode/*.xcodeproj/*
  101. !/ios/xcode/*.xcodeproj/xcshareddata
  102. !/ios/xcode/*.xcodeproj/project.pbxproj
  103. /ios/xcode/native/
  104. /ios-moe/xcode/*.xcodeproj/*
  105. !/ios-moe/xcode/*.xcodeproj/xcshareddata
  106. !/ios-moe/xcode/*.xcodeproj/project.pbxproj
  107. /ios-moe/xcode/native/