Files
comaps/android/app/.gitignore
Konstantin Pastbin b495df820a [android] Fix signing configs
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-06-01 07:44:36 +02:00

27 lines
773 B
Plaintext

/build
/nativeOutputs
# ignore private keys
/secure.properties.test
/secure.properties.release
/comaps-test.keystore
/comaps-release.keystore
/libnotify.properties
/google-play.json
/huawei-appgallery.json
/agconnect-services.json
# ignore flags symlinks
/src/main/res/drawable-xhdpi/??.png
/src/main/res/drawable-xhdpi/do_hack.png
/src/main/res/drawable-xhdpi/uk_england.png
/src/main/res/drawable-xhdpi/uk_northern_ireland.png
/src/main/res/drawable-xhdpi/uk_scotland.png
/src/main/res/drawable-xhdpi/uk_wales.png
/src/main/res/drawable-mdpi/??.png
/src/main/res/drawable-mdpi/do_hack.png
/src/main/res/drawable-mdpi/uk_england.png
/src/main/res/drawable-mdpi/uk_northern_ireland.png
/src/main/res/drawable-mdpi/uk_scotland.png
/src/main/res/drawable-mdpi/uk_wales.png