2014-01-17 07:29:58 +08:00
|
|
|
# Built application files
|
2010-11-09 05:26:12 +08:00
|
|
|
*.apk
|
|
|
|
*.ap_
|
2018-10-12 07:14:12 +08:00
|
|
|
*.aab
|
2010-11-09 05:26:12 +08:00
|
|
|
|
2016-05-18 21:52:10 +08:00
|
|
|
# Files for the ART/Dalvik VM
|
2010-11-09 05:26:12 +08:00
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
2014-01-17 07:29:58 +08:00
|
|
|
# Generated files
|
2011-04-27 05:46:58 +08:00
|
|
|
bin/
|
|
|
|
gen/
|
2016-02-13 00:13:30 +08:00
|
|
|
out/
|
2019-09-20 23:54:46 +08:00
|
|
|
# Uncomment the following line in case you need and you don't have the release build type files in your app
|
|
|
|
# release/
|
2011-04-27 05:46:58 +08:00
|
|
|
|
2014-01-17 07:29:58 +08:00
|
|
|
# Gradle files
|
2013-08-21 16:43:55 +08:00
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
|
2011-04-27 05:46:58 +08:00
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
2012-04-11 09:07:22 +08:00
|
|
|
|
2012-08-06 14:09:09 +08:00
|
|
|
# Proguard folder generated by Eclipse
|
2012-04-19 09:42:13 +08:00
|
|
|
proguard/
|
2014-04-19 20:40:57 +08:00
|
|
|
|
2014-06-24 04:57:09 +08:00
|
|
|
# Log Files
|
2014-04-24 04:50:28 +08:00
|
|
|
*.log
|
2015-01-18 01:47:39 +08:00
|
|
|
|
|
|
|
# Android Studio Navigation editor temp files
|
|
|
|
.navigation/
|
2015-08-16 20:07:17 +08:00
|
|
|
|
|
|
|
# Android Studio captures folder
|
|
|
|
captures/
|
2016-02-13 00:13:30 +08:00
|
|
|
|
2017-11-08 09:16:31 +08:00
|
|
|
# IntelliJ
|
2016-02-13 00:13:30 +08:00
|
|
|
*.iml
|
2016-05-18 21:52:10 +08:00
|
|
|
.idea/workspace.xml
|
2016-10-22 11:05:13 +08:00
|
|
|
.idea/tasks.xml
|
2016-12-26 06:14:54 +08:00
|
|
|
.idea/gradle.xml
|
2018-04-01 01:10:23 +08:00
|
|
|
.idea/assetWizardSettings.xml
|
2017-02-17 18:25:02 +08:00
|
|
|
.idea/dictionaries
|
2016-07-01 06:02:04 +08:00
|
|
|
.idea/libraries
|
2021-06-07 16:32:20 +08:00
|
|
|
.idea/jarRepositories.xml
|
2019-01-09 00:43:56 +08:00
|
|
|
# Android Studio 3 in .gitignore file.
|
2019-05-12 21:10:01 +08:00
|
|
|
.idea/caches
|
2019-01-09 00:43:56 +08:00
|
|
|
.idea/modules.xml
|
2019-05-12 20:45:34 +08:00
|
|
|
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
|
|
|
|
.idea/navEditor.xml
|
2016-03-10 00:30:10 +08:00
|
|
|
|
2016-03-16 17:17:51 +08:00
|
|
|
# Keystore files
|
2017-10-16 11:47:57 +08:00
|
|
|
*.jks
|
|
|
|
*.keystore
|
2016-08-02 03:58:42 +08:00
|
|
|
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
|
|
.externalNativeBuild
|
2019-11-09 05:32:48 +08:00
|
|
|
.cxx/
|
2017-01-13 17:45:58 +08:00
|
|
|
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
2019-01-03 16:57:44 +08:00
|
|
|
# google-services.json
|
2017-01-17 13:45:59 +08:00
|
|
|
|
2017-02-10 02:07:51 +08:00
|
|
|
# Freeline
|
2017-01-17 13:45:59 +08:00
|
|
|
freeline.py
|
|
|
|
freeline/
|
|
|
|
freeline_project_description.json
|
2018-01-12 16:54:34 +08: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
|
|
|
|
2020-07-05 00:35:59 +08:00
|
|
|
# Android Profiling
|
|
|
|
*.hprof
|