2014-04-21 10:24:35 +04:00
# Built application files
*.apk
2019-12-20 02:04:12 +03:00
*.aar
2014-04-21 10:24:35 +04:00
*.ap_
2018-11-04 01:06:09 +03:00
*.aab
2014-04-21 10:24:35 +04:00
2017-03-15 15:30:00 +03:00
# Files for the ART/Dalvik VM
2014-04-21 10:24:35 +04:00
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
2017-03-15 15:30:00 +03:00
out/
2019-12-20 02:04:12 +03:00
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
2014-04-21 10:24:35 +04:00
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
2015-08-19 05:02:41 +03:00
proguard/
2015-08-28 11:44:04 +03:00
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
2017-03-15 15:30:00 +03:00
2018-11-04 01:06:09 +03:00
# IntelliJ
2017-03-15 15:30:00 +03:00
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
2018-11-04 01:06:09 +03:00
.idea/assetWizardSettings.xml
2017-03-15 15:30:00 +03:00
.idea/dictionaries
.idea/libraries
2019-12-20 02:04:12 +03:00
# Android Studio 3 in .gitignore file.
2018-11-04 01:06:09 +03:00
.idea/caches
2019-12-20 02:04:12 +03:00
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
2017-03-15 15:30:00 +03:00
# Keystore files
2018-11-04 01:06:09 +03:00
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
2017-03-15 15:30:00 +03:00
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
2019-12-20 02:04:12 +03:00
.cxx/
2017-03-15 15:30:00 +03:00
# Google Services (e.g. APIs or Firebase)
2019-12-20 02:04:12 +03:00
# google-services.json
2017-03-15 15:30:00 +03:00
# Freeline
freeline.py
freeline/
freeline_project_description.json
2018-11-04 01:06:09 +03:00
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
2019-12-20 02:04:12 +03:00
# Version control
vcs.xml
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/