Files
Cable/android/.gitignore
Stefan Lange-Hegermann 88e79d79bf Add Play Store listing metadata for fastlane supply
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.
2026-08-12 13:58:09 +02:00

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