2020-05-10 13:51:39 +00:00
|
|
|
# Created by https://www.gitignore.io/api/androidstudio,gradle
|
|
|
|
# Edit at https://www.gitignore.io/?templates=androidstudio,gradle
|
|
|
|
|
|
|
|
### Gradle ###
|
2014-07-24 00:15:11 +00:00
|
|
|
.gradle
|
2020-05-10 13:51:39 +00:00
|
|
|
build/
|
2014-08-16 14:54:03 +00:00
|
|
|
|
2020-05-10 13:51:39 +00:00
|
|
|
# Ignore Gradle GUI config
|
|
|
|
gradle-app.setting
|
2014-08-16 14:54:03 +00:00
|
|
|
|
2020-05-10 13:51:39 +00:00
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
|
|
!gradle-wrapper.jar
|
2014-08-16 14:54:03 +00:00
|
|
|
|
2020-05-10 13:51:39 +00:00
|
|
|
# Cache of project
|
|
|
|
.gradletasknamecache
|
2014-09-21 13:36:23 +00:00
|
|
|
|
2020-05-10 13:51:39 +00:00
|
|
|
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
|
|
|
# gradle/wrapper/gradle-wrapper.properties
|
2019-05-26 09:26:43 +00:00
|
|
|
|
2020-05-10 13:51:39 +00:00
|
|
|
### Gradle Patch ###
|
|
|
|
**/build/
|
2019-10-01 16:44:28 +00:00
|
|
|
|
2020-05-10 13:51:39 +00:00
|
|
|
### AndroidStudio ###
|
|
|
|
# Covers files to be ignored for android development using Android Studio.
|
|
|
|
|
|
|
|
# Built application files
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
2019-12-15 21:49:18 +00:00
|
|
|
|
2020-05-10 13:51:39 +00:00
|
|
|
# Files for the ART/Dalvik VM
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
bin/
|
|
|
|
gen/
|
|
|
|
out/
|
|
|
|
|
|
|
|
# Gradle files
|
|
|
|
.gradle/
|
|
|
|
|
|
|
|
# Signing files
|
|
|
|
.signing/
|
2020-10-16 15:18:11 +00:00
|
|
|
/keystore.*
|
2020-05-10 13:51:39 +00:00
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
|
|
|
|
|
|
|
# Proguard folder generated by Eclipse
|
|
|
|
proguard/
|
|
|
|
|
|
|
|
# Log Files
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Android Studio
|
|
|
|
/*/build/
|
|
|
|
/*/local.properties
|
|
|
|
/*/out
|
|
|
|
/*/*/build
|
|
|
|
/*/*/production
|
|
|
|
captures/
|
|
|
|
.navigation/
|
|
|
|
*.ipr
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
# Android Patch
|
|
|
|
gen-external-apklibs
|
|
|
|
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
|
|
.externalNativeBuild
|
|
|
|
|
|
|
|
# NDK
|
|
|
|
obj/
|
|
|
|
|
|
|
|
# IntelliJ IDEA
|
|
|
|
*.iml
|
|
|
|
*.iws
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# User-specific configurations
|
|
|
|
.idea/caches/
|
2024-05-28 09:01:59 +00:00
|
|
|
.idea/inspectionProfiles/
|
2020-05-10 13:51:39 +00:00
|
|
|
.idea/libraries/
|
|
|
|
.idea/shelf/
|
|
|
|
.idea/workspace.xml
|
|
|
|
.idea/tasks.xml
|
|
|
|
.idea/.name
|
|
|
|
.idea/compiler.xml
|
|
|
|
.idea/copyright/profiles_settings.xml
|
|
|
|
.idea/encodings.xml
|
|
|
|
.idea/misc.xml
|
|
|
|
.idea/modules.xml
|
|
|
|
.idea/scopes/scope_settings.xml
|
|
|
|
.idea/dictionaries
|
|
|
|
.idea/vcs.xml
|
|
|
|
.idea/jsLibraryMappings.xml
|
|
|
|
.idea/datasources.xml
|
|
|
|
.idea/dataSources.ids
|
|
|
|
.idea/sqlDataSources.xml
|
|
|
|
.idea/dynamic.xml
|
|
|
|
.idea/uiDesigner.xml
|
|
|
|
.idea/assetWizardSettings.xml
|
2021-05-26 23:03:02 +00:00
|
|
|
.idea/gradle.xml
|
|
|
|
.idea/jarRepositories.xml
|
2021-07-16 21:43:16 +00:00
|
|
|
.idea/runConfigurations.xml
|
2023-06-19 16:28:14 +00:00
|
|
|
.idea/deploymentTargetDropDown.xml
|
2023-12-17 12:04:46 +00:00
|
|
|
.idea/deploymentTargetSelector.xml
|
2023-06-30 21:00:34 +00:00
|
|
|
.idea/kotlinc.xml
|
|
|
|
.idea/migrations.xml
|
2024-06-14 14:55:18 +00:00
|
|
|
.idea/other.xml
|
2020-05-10 13:51:39 +00:00
|
|
|
|
|
|
|
# OS-specific files
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Legacy Eclipse project files
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
.settings/
|
|
|
|
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
|
|
|
|
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
|
|
|
|
hs_err_pid*
|
|
|
|
|
|
|
|
## Plugin-specific files:
|
|
|
|
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
|
|
.idea_modules/
|
|
|
|
|
|
|
|
# JIRA plugin
|
|
|
|
atlassian-ide-plugin.xml
|
|
|
|
|
|
|
|
# Mongo Explorer plugin
|
|
|
|
.idea/mongoSettings.xml
|
|
|
|
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
|
|
com_crashlytics_export_strings.xml
|
|
|
|
crashlytics.properties
|
|
|
|
crashlytics-build.properties
|
|
|
|
fabric.properties
|
|
|
|
|
|
|
|
### AndroidStudio Patch ###
|
|
|
|
|
|
|
|
!/gradle/wrapper/gradle-wrapper.jar
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/androidstudio,gradle
|
2022-03-05 18:31:05 +00:00
|
|
|
|
|
|
|
# Default output directory for APK and Bundle collection tasks
|
|
|
|
app/outputs
|
2024-05-22 07:12:27 +00:00
|
|
|
|
|
|
|
# K2 generated directory
|
|
|
|
.kotlin/
|