823ac4df57
Co-authored-by: Cursor <cursoragent@cursor.com>
34 lines
385 B
Plaintext
34 lines
385 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
|
|
app/src/main/java/ru/kalinamall/seaca/ui/screens/DevConnectDefaults.kt
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
|
|
# Cursor (не в git)
|
|
.cursor/
|
|
.cursorignore
|