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