.gitignore
641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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/