Files
seaca/.gitignore
T
PapaTramp 927948d646 docs: initial Seaca repo — README and mobile roadmap
Kotlin Android client for SAC with FCM push and admin enrollment codes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 12:34:00 +10:00

29 lines
264 B
Plaintext

# Android / Gradle
*.iml
.gradle/
/local.properties
/.idea/
.DS_Store
/build/
/captures/
.externalNativeBuild/
.cxx/
*.apk
*.aab
*.ap_
*.dex
# Kotlin
.kotlin/
# Secrets
google-services.json
*.keystore
*.jks
local.properties
secrets.properties
# Env
.env
.env.*