From d995a54c8c743610a8105757d4f49c43cf5fffa4 Mon Sep 17 00:00:00 2001 From: Daniel Shuy Date: Tue, 25 Jun 2024 18:11:40 +0800 Subject: [PATCH] JetBrains+all: Don't ignore .idea/externalDependencies.xml .idea/externalDependencies.xml is used to configure Required Plugins for a project --- templates/JetBrains+all.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/JetBrains+all.patch b/templates/JetBrains+all.patch index 5e16f0e3..6207ffe4 100644 --- a/templates/JetBrains+all.patch +++ b/templates/JetBrains+all.patch @@ -1,7 +1,8 @@ -# Ignore everything but code style settings and run configurations +# Ignore everything but code style settings, run configurations and required plugins # that are supposed to be shared within teams. .idea/* !.idea/codeStyles !.idea/runConfigurations +!.idea/externalDependencies.xml