Unciv/.gitignore

170 lines
2.6 KiB
Plaintext
Raw Permalink Normal View History

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/
.idea/*
!/.idea/inspectionProfiles
/.idea/inspectionProfiles/*
!/.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/
/tests/bin/
2017-11-22 05:09:35 +07:00
/android/bin/
/core/bin/
/desktop/bin/
/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/
/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/
/server/build/
2017-11-22 05:09:35 +07:00
/html/build/
/ios/build/
/ios-moe/build/
/buildSrc/build
2017-11-22 05:09:35 +07:00
/nbbuild/
/android/nbbuild/
/core/nbbuild/
/desktop/nbbuild/
/server/nbbuild/
2017-11-22 05:09:35 +07:00
/html/nbbuild/
/ios/nbbuild/
/ios-moe/nbbuild/
/dist/
/android/dist/
/core/dist/
/desktop/dist/
/server/dist/
2017-11-22 05:09:35 +07:00
/html/dist/
/ios/dist/
/ios-moe/dist/
/nbdist/
/android/nbdist/
/core/nbdist/
/desktop/nbdist/
/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/
android/android-release.apk
android/release/output.json
android/release/android-release.apk
android/release/release/android.aab
android/release/android.aab
android/release/android.aab.sig
android/release/android-release.aab
tests/build/
desktop/packr/
2019-11-25 03:22:47 +07:00
desktop/packrCache/
server/packr/
server/packrCache/
2019-11-25 03:22:47 +07:00
deploy/
android/release/
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/
android/assets/mods/
android/assets/MultiplayerGames/
android/assets/music/
2023-04-19 23:33:34 +07:00
android/assets/SaveFiles/
android/assets/scenarios/
SaveFiles/
Provide more information to waiting players in multiplayer (#5508) * Add some very small Quality-of-Life improvements for multiplayer games - GameInfo.kt - Add timestamp for the start of the last turn to save info, hopefully this will enable a multiplayer turn timer in the near future - MultiplayerScreen.kt - Current turn indicator for multiplayer games now shows for how long it has been the current player's turn. - WorldScreen.kt - Next Turn Action will display which player we are waiting for rather than the generic "Waiting for other players..." * Update text for translations and add better elapsed times template.properties - Add translation templates for waiting turn information German.properties - Provide German translation for waiting turn info Japanese.properties - Provide Japanese translation for waiting turn info MultiplayerScreen.kt - Add translation brackets for waiting turn info - Add a function which determines whether to represent elapsed time in Minutes, Hours, or Days (and does so) WorldScreen.kt - Add translation brackets for waiting turn info * Fix line translated endings as per request MultiplayerScreen.kt - Translation for the "Last refresh:/Current Turn:" display no longer includes line endings - "Last refresh:/Current Turn:" display now uses LF line endings only * Show generic "Waiting for" message in single player WorldScreen.kt - Place an additional condition for getNextTurnAction which selects the generic "Waiting for" message in single player and the civ-specific one in multiplayer Co-authored-by: Colin S. Vanden Heuvel <colin.vandenheuvel@wisc.edu>
2021-10-25 23:09:03 +07:00
# Visual Studio Code
.vscode/
2022-03-09 01:24:25 +07:00
/.github/workflows/node_modules/*
# 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
# Detekt
detekt/reports.html