-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (27 loc) · 1.49 KB
/
Copy path.gitignore
File metadata and controls
33 lines (27 loc) · 1.49 KB
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
# ─── Gradle ───────────────────────────────────────────────────────────────────
.gradle/
build/
**/build/
# ─── Android build outputs ────────────────────────────────────────────────────
*.apk
*.aab
*.keystore
*.jks
output-metadata.json
# ─── Android Studio / IntelliJ ────────────────────────────────────────────────
.idea/
*.iml
local.properties
captures/
.externalNativeBuild/
.cxx/
# Daemon JVM config is machine-specific (JetBrains JDK on dev, Temurin on CI)
gradle/gradle-daemon-jvm.properties
# ─── Profiling & diagnostics ──────────────────────────────────────────────────
*.hprof
*.log
# ─── OS artifacts ─────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ─── Secrets ──────────────────────────────────────────────────────────────────
google-services.json