From 6f4d4d87942312b38071806f27e024a494a0674b Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Wed, 17 May 2023 23:48:31 +0200 Subject: [PATCH] IDEA: sort out the run configurations stuff --- .gitignore | 1 - .../_template__of_Gradle.xml | 28 ------------------- .../_template__of_Gradle2.xml | 28 ------------------- .../runIde.xml => .run/runIde.run.xml | 6 ++-- 4 files changed, 4 insertions(+), 59 deletions(-) delete mode 100644 .idea/runConfigurations/_template__of_Gradle.xml delete mode 100644 .idea/runConfigurations/_template__of_Gradle2.xml rename .idea/runConfigurations/runIde.xml => .run/runIde.run.xml (77%) diff --git a/.gitignore b/.gitignore index a05a5caf..0588f7e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ /.idea/* !/.idea/codeStyles !/.idea/dictionaries -!/.idea/runConfigurations /.gradle/ /nuget.config diff --git a/.idea/runConfigurations/_template__of_Gradle.xml b/.idea/runConfigurations/_template__of_Gradle.xml deleted file mode 100644 index 5eeb3fa5..00000000 --- a/.idea/runConfigurations/_template__of_Gradle.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - true - true - false - false - - - \ No newline at end of file diff --git a/.idea/runConfigurations/_template__of_Gradle2.xml b/.idea/runConfigurations/_template__of_Gradle2.xml deleted file mode 100644 index 5eeb3fa5..00000000 --- a/.idea/runConfigurations/_template__of_Gradle2.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - true - true - false - false - - - \ No newline at end of file diff --git a/.idea/runConfigurations/runIde.xml b/.run/runIde.run.xml similarity index 77% rename from .idea/runConfigurations/runIde.xml rename to .run/runIde.run.xml index 4c0b2b8e..f7cb1ed4 100644 --- a/.idea/runConfigurations/runIde.xml +++ b/.run/runIde.run.xml @@ -1,7 +1,6 @@ - - true + true + true + false + false \ No newline at end of file