19 lines
157 B
Text
19 lines
157 B
Text
bin/
|
|
gen/
|
|
|
|
# gradle junk
|
|
.gradle
|
|
gradle/
|
|
gradlew
|
|
gradlew.bat
|
|
build
|
|
|
|
# Android Studio junk
|
|
.idea/
|
|
*.iml
|
|
|
|
# Don't check in properties
|
|
*.properties
|
|
|
|
.DS_Store
|
|
|