blob: acd3de64e9b37ab68fed6f0e9d48d4f27eafea66 (
plain)
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
|
# Gradle build outputs and caches
.gradle/
.gradle_home/
build/
**/build/
# Android Studio / IntelliJ
.idea/
*.iml
*.ipr
*.iws
local.properties
# Generated assets (add specific patterns here if needed)
# app/src/main/assets/ — removed blanket ignore; docs are tracked
# Keystore
*.jks
*.keystore
# Log files
*.log
# OS
.DS_Store
Thumbs.db
|