feat: implement Android app signing setup and update .gitignore for keystore files

This commit is contained in:
2026-04-19 07:24:38 +10:00
parent 6fdaa8dfd3
commit d8343d089b
4 changed files with 101 additions and 4 deletions

8
android/.gitignore vendored
View File

@@ -52,10 +52,10 @@ captures/
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
# Keystore files - NEVER commit these!
*.jks
*.keystore
keystore.properties
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild