Base app working

This commit is contained in:
2026-02-24 17:52:45 +05:00
commit 3893e4a099
31 changed files with 1970 additions and 0 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# Built artifacts
bin/
gen/
out/
build/
app/build/
# Gradle
.gradle/
.navigation/
gradlew.bat
local.properties
# Kotlin
.kotlin/
kotlin-daemon-embeddable-*.jar
# Android Studio / IntelliJ
.idea/
*.iml
*.ipr
*.iws
/captures/
.externalNativeBuild/
.cxx/
cmake_install.cmake
CMakeCache.txt
# Secrets & Keys (IMPORTANT)
*.jks
*.keystore
*.p12
*.key
*.pub
google-services.json
# Build outputs
*.apk
*.ap_
*.aab
*.dex
# OS generated files
.DS_Store
Thumbs.db
# Project specific
/remote_project/
# Memory dumps
*.hprof