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>
This commit is contained in:
PTah
2026-06-10 12:34:00 +10:00
commit 927948d646
3 changed files with 196 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# 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.*