2017-11-22 05:09:35 +07:00
|
|
|
## Java
|
|
|
|
|
|
|
|
*.class
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
hs_err_pid*
|
|
|
|
|
|
|
|
## Robovm
|
|
|
|
/ios/robovm-build/
|
|
|
|
|
|
|
|
## GWT
|
|
|
|
/html/war/
|
|
|
|
/html/gwt-unitCache/
|
|
|
|
.apt_generated/
|
|
|
|
.gwt/
|
|
|
|
gwt-unitCache/
|
|
|
|
www-test/
|
|
|
|
.gwt-tmp/
|
|
|
|
|
|
|
|
## Android Studio and Intellij and Android in general
|
|
|
|
/android/libs/armeabi/
|
|
|
|
/android/libs/armeabi-v7a/
|
|
|
|
/android/libs/arm64-v8a/
|
|
|
|
/android/libs/x86/
|
|
|
|
/android/libs/x86_64/
|
|
|
|
/android/gen/
|
2022-07-01 13:34:41 +07:00
|
|
|
.idea/*
|
|
|
|
!/.idea/inspectionProfiles
|
|
|
|
/.idea/inspectionProfiles/*
|
2022-06-22 13:32:20 +07:00
|
|
|
!/.idea/inspectionProfiles/Project_Default.xml
|
2017-11-22 05:09:35 +07:00
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
*.iml
|
|
|
|
/android/out/
|
|
|
|
com_crashlytics_export_strings.xml
|
|
|
|
|
|
|
|
## Eclipse
|
|
|
|
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.metadata/
|
2024-03-06 03:40:27 +07:00
|
|
|
/tests/bin/
|
2017-11-22 05:09:35 +07:00
|
|
|
/android/bin/
|
|
|
|
/core/bin/
|
|
|
|
/desktop/bin/
|
2022-05-09 01:22:43 +07:00
|
|
|
/server/bin/
|
2017-11-22 05:09:35 +07:00
|
|
|
/html/bin/
|
|
|
|
/ios/bin/
|
|
|
|
/ios-moe/bin/
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
.externalToolBuilders/
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
## NetBeans
|
|
|
|
|
|
|
|
/nbproject/private/
|
|
|
|
/android/nbproject/private/
|
|
|
|
/core/nbproject/private/
|
|
|
|
/desktop/nbproject/private/
|
2022-05-09 01:22:43 +07:00
|
|
|
/server/nbproject/private/
|
2017-11-22 05:09:35 +07:00
|
|
|
/html/nbproject/private/
|
|
|
|
/ios/nbproject/private/
|
|
|
|
/ios-moe/nbproject/private/
|
|
|
|
|
|
|
|
/build/
|
|
|
|
/android/build/
|
|
|
|
/core/build/
|
|
|
|
/desktop/build/
|
2022-05-09 01:22:43 +07:00
|
|
|
/server/build/
|
2017-11-22 05:09:35 +07:00
|
|
|
/html/build/
|
|
|
|
/ios/build/
|
|
|
|
/ios-moe/build/
|
2020-05-19 04:14:01 +07:00
|
|
|
/buildSrc/build
|
2017-11-22 05:09:35 +07:00
|
|
|
|
|
|
|
/nbbuild/
|
|
|
|
/android/nbbuild/
|
|
|
|
/core/nbbuild/
|
|
|
|
/desktop/nbbuild/
|
2022-05-09 01:22:43 +07:00
|
|
|
/server/nbbuild/
|
2017-11-22 05:09:35 +07:00
|
|
|
/html/nbbuild/
|
|
|
|
/ios/nbbuild/
|
|
|
|
/ios-moe/nbbuild/
|
|
|
|
|
|
|
|
/dist/
|
|
|
|
/android/dist/
|
|
|
|
/core/dist/
|
|
|
|
/desktop/dist/
|
2022-05-09 01:22:43 +07:00
|
|
|
/server/dist/
|
2017-11-22 05:09:35 +07:00
|
|
|
/html/dist/
|
|
|
|
/ios/dist/
|
|
|
|
/ios-moe/dist/
|
|
|
|
|
|
|
|
/nbdist/
|
|
|
|
/android/nbdist/
|
|
|
|
/core/nbdist/
|
|
|
|
/desktop/nbdist/
|
2022-05-09 01:22:43 +07:00
|
|
|
/server/nbdist/
|
2017-11-22 05:09:35 +07:00
|
|
|
/html/nbdist/
|
|
|
|
/ios/nbdist/
|
|
|
|
/ios-moe/nbdist/
|
|
|
|
|
|
|
|
nbactions.xml
|
|
|
|
nb-configuration.xml
|
|
|
|
|
|
|
|
## Gradle
|
|
|
|
|
|
|
|
/local.properties
|
|
|
|
.gradle/
|
|
|
|
gradle-app.setting
|
|
|
|
|
|
|
|
## OS Specific
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
## iOS
|
|
|
|
/ios/xcode/*.xcodeproj/*
|
|
|
|
!/ios/xcode/*.xcodeproj/xcshareddata
|
|
|
|
!/ios/xcode/*.xcodeproj/project.pbxproj
|
|
|
|
/ios/xcode/native/
|
|
|
|
|
|
|
|
/ios-moe/xcode/*.xcodeproj/*
|
|
|
|
!/ios-moe/xcode/*.xcodeproj/xcshareddata
|
|
|
|
!/ios-moe/xcode/*.xcodeproj/project.pbxproj
|
|
|
|
/ios-moe/xcode/native/
|
2017-12-01 03:25:20 +07:00
|
|
|
android/android-release.apk
|
2018-12-03 04:05:05 +07:00
|
|
|
android/release/output.json
|
|
|
|
android/release/android-release.apk
|
2018-12-06 17:30:02 +07:00
|
|
|
android/release/release/android.aab
|
2019-01-22 04:10:03 +07:00
|
|
|
android/release/android.aab
|
2019-08-19 03:25:01 +07:00
|
|
|
android/release/android.aab.sig
|
2019-09-04 03:22:27 +07:00
|
|
|
android/release/android-release.aab
|
2019-11-11 02:39:10 +07:00
|
|
|
tests/build/
|
2019-11-24 05:02:28 +07:00
|
|
|
desktop/packr/
|
2019-11-25 03:22:47 +07:00
|
|
|
desktop/packrCache/
|
2022-05-09 01:22:43 +07:00
|
|
|
server/packr/
|
|
|
|
server/packrCache/
|
2019-11-25 03:22:47 +07:00
|
|
|
deploy/
|
2019-12-08 14:10:02 +07:00
|
|
|
android/release/
|
2020-03-25 17:52:20 +07:00
|
|
|
|
2023-04-19 23:33:34 +07:00
|
|
|
# Transient Unciv files
|
|
|
|
android/assets/GameSettings.json
|
2024-10-14 21:06:06 +07:00
|
|
|
/android/assets/ModListCache.json
|
2023-04-19 23:33:34 +07:00
|
|
|
android/assets/lasterror.txt
|
|
|
|
android/assets/fonts/
|
|
|
|
android/assets/maps/
|
2020-03-25 17:52:20 +07:00
|
|
|
android/assets/mods/
|
2021-02-17 01:00:47 +07:00
|
|
|
android/assets/MultiplayerGames/
|
2021-08-30 18:12:07 +07:00
|
|
|
android/assets/music/
|
2023-04-19 23:33:34 +07:00
|
|
|
android/assets/SaveFiles/
|
|
|
|
android/assets/scenarios/
|
|
|
|
SaveFiles/
|
2021-10-25 23:09:03 +07:00
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
.vscode/
|
2022-03-09 01:24:25 +07:00
|
|
|
/.github/workflows/node_modules/*
|
2022-07-01 13:34:41 +07:00
|
|
|
|
|
|
|
# node.js (we only need these temporarily for the release build)
|
|
|
|
node_modules/
|
|
|
|
package-lock.json
|
|
|
|
package.json
|
2023-04-19 23:33:34 +07:00
|
|
|
|
|
|
|
# Unsorted additions
|
2023-05-15 01:55:36 +07:00
|
|
|
# Detekt
|
|
|
|
detekt/reports.html
|