927948d646
Kotlin Android client for SAC with FCM push and admin enrollment codes. Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
264 B
Plaintext
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.*
|