From 21e9f06539cdbc1ccbbb2ce59cd667be3e172fc8 Mon Sep 17 00:00:00 2001 From: davidkron Date: Fri, 6 Dec 2019 11:08:39 +0100 Subject: [PATCH] Added jarRepositories.xml as an optional ignore (#3254) Since IntelliJ 2019.3 this file appeared in our git changes. It seems these are just cached information about remote repositories that are defined in Maven/Gradle. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0c96fc2a..37be74a9 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -30,6 +30,7 @@ # auto-import. # .idea/artifacts # .idea/compiler.xml +# .idea/jarRepositories.xml # .idea/modules.xml # .idea/*.iml # .idea/modules