aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3d0ebbd408cbf474a2ce9422e3010f8cde4b259e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bin/
gen/

# gradle junk
.gradle
gradle/
gradlew
gradlew.bat
build

# Android Studio junk
.idea/
*.iml

# Don't check in properties
*.properties

.DS_Store