From d410ab49a3b8b2f8ad96802e1a120e39b0eca641 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Fri, 27 Mar 2026 13:57:02 +0100 Subject: [PATCH] =?UTF-8?q?IDE-Konfigurationsdateien=20hinzugef=C3=BCgt=20?= =?UTF-8?q?und=20aktualisiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/Orchestar.iml | 14 ++++++++++++++ .idea/developer-tools.xml | 12 ++++++++++++ .idea/forwardedPorts.xml | 12 ++++++++++++ .idea/php-docker-settings.xml | 24 ++++++++++++++++++++++++ .idea/php.xml | 13 +++++++++++++ .idea/phpunit.xml | 10 ++++++++++ 6 files changed, 85 insertions(+) create mode 100644 .idea/developer-tools.xml create mode 100644 .idea/php-docker-settings.xml create mode 100644 .idea/phpunit.xml diff --git a/.idea/Orchestar.iml b/.idea/Orchestar.iml index d5622b5..edeefd0 100644 --- a/.idea/Orchestar.iml +++ b/.idea/Orchestar.iml @@ -4,6 +4,7 @@ + @@ -132,6 +133,19 @@ + + + + + + + + + + + + + diff --git a/.idea/developer-tools.xml b/.idea/developer-tools.xml new file mode 100644 index 0000000..bab16b1 --- /dev/null +++ b/.idea/developer-tools.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/forwardedPorts.xml b/.idea/forwardedPorts.xml index d0bd6d0..c98ef9d 100644 --- a/.idea/forwardedPorts.xml +++ b/.idea/forwardedPorts.xml @@ -2,6 +2,12 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php-docker-settings.xml b/.idea/php-docker-settings.xml new file mode 100644 index 0000000..4ec7fb7 --- /dev/null +++ b/.idea/php-docker-settings.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index 7d4ee14..53e6a78 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -149,6 +149,19 @@ + + + + + + + + + + + + + diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 0000000..b1d8ec9 --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file