2014-01-16 15:29:58 -08:00
|
|
|
# Built application files
|
2010-11-09 05:26:12 +08:00
|
|
|
*.apk
|
|
|
|
*.ap_
|
2018-10-12 00:14:12 +01:00
|
|
|
*.aab
|
2010-11-09 05:26:12 +08:00
|
|
|
|
2016-05-18 09:52:10 -04:00
|
|
|
# Files for the ART/Dalvik VM
|
2010-11-09 05:26:12 +08:00
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
2014-01-16 15:29:58 -08:00
|
|
|
# Generated files
|
2011-04-26 14:46:58 -07:00
|
|
|
bin/
|
|
|
|
gen/
|
2016-02-13 01:13:30 +09:00
|
|
|
out/
|
2011-04-26 14:46:58 -07:00
|
|
|
|
2014-01-16 15:29:58 -08:00
|
|
|
# Gradle files
|
2013-08-21 09:43:55 +01:00
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
|
2011-04-26 14:46:58 -07:00
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
2012-04-10 22:07:22 -03:00
|
|
|
|
2012-08-06 09:09:09 +03:00
|
|
|
# Proguard folder generated by Eclipse
|
2012-04-18 18:42:13 -07:00
|
|
|
proguard/
|
2014-04-19 20:40:57 +08:00
|
|
|
|
2014-06-23 13:57:09 -07:00
|
|
|
# Log Files
|
2014-04-23 15:50:28 -05:00
|
|
|
*.log
|
2015-01-17 12:47:39 -05:00
|
|
|
|
|
|
|
# Android Studio Navigation editor temp files
|
|
|
|
.navigation/
|
2015-08-16 15:07:17 +03:00
|
|
|
|
|
|
|
# Android Studio captures folder
|
|
|
|
captures/
|
2016-02-13 01:13:30 +09:00
|
|
|
|
2017-11-08 01:16:31 +00:00
|
|
|
# IntelliJ
|
2016-02-13 01:13:30 +09:00
|
|
|
*.iml
|
2016-05-18 09:52:10 -04:00
|
|
|
.idea/workspace.xml
|
2016-10-22 12:05:13 +09:00
|
|
|
.idea/tasks.xml
|
2016-12-26 00:14:54 +02:00
|
|
|
.idea/gradle.xml
|
2018-03-31 19:10:23 +02:00
|
|
|
.idea/assetWizardSettings.xml
|
2017-02-17 11:25:02 +01:00
|
|
|
.idea/dictionaries
|
2016-06-30 18:02:04 -04:00
|
|
|
.idea/libraries
|
2018-03-28 19:24:48 +05:00
|
|
|
.idea/caches
|
2019-01-08 20:13:56 +03:30
|
|
|
# Android Studio 3 in .gitignore file.
|
|
|
|
.idea/caches/build_file_checksums.ser
|
|
|
|
.idea/modules.xml
|
2016-03-09 18:30:10 +02:00
|
|
|
|
2016-03-16 10:17:51 +01:00
|
|
|
# Keystore files
|
2018-09-12 10:40:54 -07:00
|
|
|
# Uncomment the following lines if you do not want to check your keystore files in.
|
2017-10-08 10:52:58 +03:00
|
|
|
#*.jks
|
2018-09-12 10:40:54 -07:00
|
|
|
#*.keystore
|
2016-08-01 15:58:42 -04:00
|
|
|
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
|
|
.externalNativeBuild
|
2017-01-13 10:45:58 +01:00
|
|
|
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
2019-01-03 14:27:44 +05:30
|
|
|
# google-services.json
|
2017-01-17 13:45:59 +08:00
|
|
|
|
2017-02-09 19:07:51 +01:00
|
|
|
# Freeline
|
2017-01-17 13:45:59 +08:00
|
|
|
freeline.py
|
|
|
|
freeline/
|
|
|
|
freeline_project_description.json
|
2018-01-12 15:54:34 +07:00
|
|
|
|
|
|
|
# fastlane
|
|
|
|
fastlane/report.xml
|
|
|
|
fastlane/Preview.html
|
|
|
|
fastlane/screenshots
|
|
|
|
fastlane/test_output
|
|
|
|
fastlane/readme.md
|
2019-01-05 17:24:13 +08:00
|
|
|
|
|
|
|
# Version control
|
|
|
|
vcs.xml
|
2019-01-08 14:53:04 +08:00
|
|
|
|
|
|
|
# lint
|
|
|
|
lint/intermediates/
|
|
|
|
lint/generated/
|
|
|
|
lint/outputs/
|
|
|
|
lint/tmp/
|
|
|
|
# lint/reports/
|