From b7ac75c38406b7308deaba2d8d80a8ed1faf4ed3 Mon Sep 17 00:00:00 2001 From: PawelSapula Date: Sun, 8 Feb 2026 14:35:48 +0100 Subject: [PATCH] Initial commit --- .../runConfigurations/Package_Executable.xml | 33 ++++++++++++++++++ .idea/runConfigurations/Run.xml | 34 +++++++++++++++++++ .idea/runConfigurations/Tests.xml | 32 +++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 .idea/runConfigurations/Package_Executable.xml create mode 100644 .idea/runConfigurations/Run.xml create mode 100644 .idea/runConfigurations/Tests.xml diff --git a/.idea/runConfigurations/Package_Executable.xml b/.idea/runConfigurations/Package_Executable.xml new file mode 100644 index 0000000..950d87c --- /dev/null +++ b/.idea/runConfigurations/Package_Executable.xml @@ -0,0 +1,33 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run.xml b/.idea/runConfigurations/Run.xml new file mode 100644 index 0000000..d06496c --- /dev/null +++ b/.idea/runConfigurations/Run.xml @@ -0,0 +1,34 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Tests.xml b/.idea/runConfigurations/Tests.xml new file mode 100644 index 0000000..76a598f --- /dev/null +++ b/.idea/runConfigurations/Tests.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file