Title, short description, localised full descriptions and the 1.8.0 release notes for en-US, de-DE, es-ES, fr-FR and nl-NL, ready for `fastlane supply`. The service account key stays out of the repo.
26 lines
359 B
Plaintext
26 lines
359 B
Plaintext
*.iml
|
|
.gradle/
|
|
/local.properties
|
|
/.idea/
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
/app/build/
|
|
|
|
# Local build artifacts
|
|
*.apk
|
|
|
|
# Signing — never commit the keystore or its passwords
|
|
keystore.properties
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Gradle build scratch
|
|
.kotlin/
|
|
|
|
# Play service account (never commit)
|
|
fastlane/play-service-account.json
|
|
fastlane/report.xml
|