From 25d6008c286b2f759cc571a364a0f0a7471af3be Mon Sep 17 00:00:00 2001 From: Abdulrahman Al-Ghamdi <49812896+Abdulrahman-AlGhamdi@users.noreply.github.com> Date: Mon, 7 Jun 2021 11:32:20 +0300 Subject: [PATCH] Add `.idea/jarRepositories.xml` to Android.gitignore The file `.idea/jarRepositories.xml` should be added to .gitignore. It is auto-generated and has only redundant information about remote jar repositories. * https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 23de6e20..5d18272e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -44,6 +44,7 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries +.idea/jarRepositories.xml # Android Studio 3 in .gitignore file. .idea/caches .idea/modules.xml