diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-11-03 23:06:09 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-11-03 18:06:09 -0400 |
commit | 57a8440db372d3b2a01d3ef12a4a560424a08657 (patch) | |
tree | 6afb467015b1e695ea54eef6d6820d92827eacd7 /options/gitignore/Android | |
parent | 54259e2f880365d65340ade6608007b3c5eb2ed5 (diff) | |
download | gitea-57a8440db372d3b2a01d3ef12a4a560424a08657.tar.gz gitea-57a8440db372d3b2a01d3ef12a4a560424a08657.zip |
Update gitignore list (#5258)
* update gitignore
* Handle symlink in tar
* Add some logs
Diffstat (limited to 'options/gitignore/Android')
-rw-r--r-- | options/gitignore/Android | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/options/gitignore/Android b/options/gitignore/Android index 520a86352f..69eda01429 100644 --- a/options/gitignore/Android +++ b/options/gitignore/Android @@ -1,6 +1,7 @@ # Built application files *.apk *.ap_ +*.aab # Files for the ART/Dalvik VM *.dex @@ -32,16 +33,20 @@ proguard/ # Android Studio captures folder captures/ -# Intellij +# IntelliJ *.iml .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml +.idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries +.idea/caches # Keystore files -*.jks +# Uncomment the following lines if you do not want to check your keystore files in. +#*.jks +#*.keystore # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild @@ -53,3 +58,10 @@ google-services.json freeline.py freeline/ freeline_project_description.json + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/readme.md |