From 679f51c6c98550dbe1dced02f82b9386cc45c9de Mon Sep 17 00:00:00 2001 From: Daniil Goncharov Date: Sun, 12 May 2019 18:10:01 +0500 Subject: [PATCH] [Android] Change to Android Studio 3 (#3004) * ignore all caches * ignore release folder --- Android.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 05259d64..3a2ecdb5 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -13,6 +13,7 @@ bin/ gen/ out/ +release/ # Gradle files .gradle/ @@ -41,9 +42,8 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries -.idea/caches # Android Studio 3 in .gitignore file. -.idea/caches/build_file_checksums.ser +.idea/caches .idea/modules.xml # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml