aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a8e4df16dfd60df5d5c4822ca3bd67ef4dd96cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Android Studio generated folders
.navigation/
captures/
.externalNativeBuild

# IntelliJ project files
*.iml
.idea/

# Misc
.DS_Store