From 284594f0f8984342eae6800153dfb6a915502286 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Mon, 16 Dec 2024 22:14:32 +0100 Subject: [PATCH] Run target --- .idea/runConfigurations/Linux.xml | 6 ------ .idea/runConfigurations/MacOS.xml | 6 ------ .idea/runConfigurations/Processing.xml | 24 ++++++++++++++++++++++++ .idea/runConfigurations/Windows.xml | 6 ------ 4 files changed, 24 insertions(+), 18 deletions(-) delete mode 100644 .idea/runConfigurations/Linux.xml delete mode 100644 .idea/runConfigurations/MacOS.xml create mode 100644 .idea/runConfigurations/Processing.xml delete mode 100644 .idea/runConfigurations/Windows.xml diff --git a/.idea/runConfigurations/Linux.xml b/.idea/runConfigurations/Linux.xml deleted file mode 100644 index 1e67f5295e..0000000000 --- a/.idea/runConfigurations/Linux.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/MacOS.xml b/.idea/runConfigurations/MacOS.xml deleted file mode 100644 index f3f1d3cd5a..0000000000 --- a/.idea/runConfigurations/MacOS.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Processing.xml b/.idea/runConfigurations/Processing.xml new file mode 100644 index 0000000000..aae3ffced8 --- /dev/null +++ b/.idea/runConfigurations/Processing.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Windows.xml b/.idea/runConfigurations/Windows.xml deleted file mode 100644 index 932fd4fd72..0000000000 --- a/.idea/runConfigurations/Windows.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file