2020-01-02 17:00:37 +00:00
|
|
|
# Built application files
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
|
|
|
|
|
|
|
# Files for the ART/Dalvik VM
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
bin/
|
|
|
|
gen/
|
|
|
|
out/
|
2023-04-02 17:06:50 +00:00
|
|
|
app/release/output-metadata.json
|
2020-01-02 17:00:37 +00:00
|
|
|
|
|
|
|
# Gradle files
|
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
|
|
|
|
|
|
|
# Proguard folder generated by Eclipse
|
|
|
|
proguard/
|
|
|
|
|
|
|
|
# Log Files
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Android Studio Navigation editor temp files
|
|
|
|
.navigation/
|
|
|
|
|
|
|
|
# Android Studio captures folder
|
|
|
|
captures/
|
|
|
|
|
|
|
|
# IntelliJ
|
2018-03-20 19:50:22 +00:00
|
|
|
*.iml
|
2020-01-02 17:00:37 +00:00
|
|
|
.idea/
|
|
|
|
#.idea/workspace.xml
|
|
|
|
#.idea/tasks.xml
|
|
|
|
#.idea/gradle.xml
|
|
|
|
#.idea/assetWizardSettings.xml
|
|
|
|
#.idea/dictionaries
|
|
|
|
#.idea/libraries
|
|
|
|
#.idea/caches
|
|
|
|
|
|
|
|
# Keystore files
|
|
|
|
*.jks
|
|
|
|
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
|
|
.externalNativeBuild
|
|
|
|
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
|
|
google-services.json
|
|
|
|
|
|
|
|
# Freeline
|
|
|
|
freeline.py
|
|
|
|
freeline/
|
|
|
|
freeline_project_description.json
|
|
|
|
|
|
|
|
# fastlane
|
|
|
|
fastlane/report.xml
|
|
|
|
fastlane/Preview.html
|
|
|
|
fastlane/screenshots
|
|
|
|
fastlane/test_output
|
|
|
|
fastlane/readme.md
|
|
|
|
|
|
|
|
# Misc
|
|
|
|
.DS_Store
|