summaryrefslogtreecommitdiff
path: root/android-app/.gitignore
blob: 7db1cd21fc0fa0514e5dd2e59014f39678eaa822 (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 files
app/src/main/assets/

# Keystore
*.jks
*.keystore

# Log files
*.log

# OS
.DS_Store
Thumbs.db