From 75bab04162a12a7eef17e8d1f776138aca575946 Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 11 Jul 2023 14:34:59 -0400 Subject: [PATCH] Added Intellij run configurations --- .idea/runConfigurations/Build.xml | 10 ++++++++++ .idea/runConfigurations/Clean.xml | 8 ++++++++ .idea/runConfigurations/Install.xml | 10 ++++++++++ 3 files changed, 28 insertions(+) create mode 100644 .idea/runConfigurations/Build.xml create mode 100644 .idea/runConfigurations/Clean.xml create mode 100644 .idea/runConfigurations/Install.xml diff --git a/.idea/runConfigurations/Build.xml b/.idea/runConfigurations/Build.xml new file mode 100644 index 0000000..95671e2 --- /dev/null +++ b/.idea/runConfigurations/Build.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Clean.xml b/.idea/runConfigurations/Clean.xml new file mode 100644 index 0000000..e088b48 --- /dev/null +++ b/.idea/runConfigurations/Clean.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Install.xml b/.idea/runConfigurations/Install.xml new file mode 100644 index 0000000..d7b5373 --- /dev/null +++ b/.idea/runConfigurations/Install.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file