2018-09-02 19:00:45 +02:00
|
|
|
# Built application files
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
|
|
|
|
|
|
|
# Files for the Dalvik VM
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
bin/
|
|
|
|
gen/
|
|
|
|
|
|
|
|
# Gradle files
|
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
|
|
|
|
|
|
|
# Proguard folder generated by Eclipse
|
|
|
|
proguard/
|
|
|
|
|
|
|
|
# Log Files
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# OS-specific files
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# User-specific configurations
|
2021-11-27 20:44:35 +01:00
|
|
|
.idea/
|
|
|
|
.idea/caches/
|
2018-09-02 19:00:45 +02:00
|
|
|
.idea/libraries/
|
|
|
|
.idea/workspace.xml
|
|
|
|
.idea/tasks.xml
|
|
|
|
.idea/.name
|
|
|
|
.idea/compiler.xml
|
|
|
|
.idea/copyright/profiles_settings.xml
|
|
|
|
.idea/encodings.xml
|
|
|
|
.idea/misc.xml
|
|
|
|
.idea/modules.xml
|
|
|
|
.idea/scopes/scope_settings.xml
|
|
|
|
.idea/vcs.xml
|
|
|
|
.idea/gradle.xml
|
|
|
|
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
# Fucking crashlytics strings
|
|
|
|
app/src/main/res/values/com_crashlytics_export_strings.xml
|
|
|
|
app/src/main/assets/crashlytics-build.properties
|
|
|
|
app/app.iml
|