From e31b424f1e427590a2144a1528c265326274d99c Mon Sep 17 00:00:00 2001 From: Steve Azzopardi Date: Thu, 8 Nov 2018 09:36:27 +0100 Subject: Run rake gitlab:update_templates As part of step 4 on feature freeze day, we need to update the templates. https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-4-update-the-gitignore-and-dockerfile-templates-on-gitlab-ce --- vendor/gitignore/Android.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vendor/gitignore/Android.gitignore') diff --git a/vendor/gitignore/Android.gitignore b/vendor/gitignore/Android.gitignore index 39b6783cef8..69eda01429a 100644 --- a/vendor/gitignore/Android.gitignore +++ b/vendor/gitignore/Android.gitignore @@ -1,6 +1,7 @@ # Built application files *.apk *.ap_ +*.aab # Files for the ART/Dalvik VM *.dex @@ -43,8 +44,9 @@ captures/ .idea/caches # Keystore files -# Uncomment the following line if you do not want to check your keystore files in. +# 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 -- cgit v1.2.3