.gitignore 641 Bytes
# Android Studio / IntelliJ
.idea
*.iml
*.hprof
.gradle
local.properties
.DS_Store

# 编译输出
/build/
*/build/

# 生成文件
/captures/
.navigation/
*.apk
*.ap_
*.db
*.log
*.p12
*.key
*.jks
*.keystore
*.dex
*.class

# 外部库
*.jar
*.aar
*.crashlytics
/.cxx/

# 本地配置文件
/gradle/
/app/google-services.json
/app/src/debug/google-services.json
/app/src/release/google-services.json

# Proguard 文件
*.pro

# Android NDK
/obj/
/.ndk/

# Google Services (例如 Firebase)
.firebase/
crashlytics.properties
crashlytics-build.properties
fabric.properties
/google-services.json

# 库和编译缓存
.cxx/
.externalNativeBuild/