From 70675c3ccc38c121c49ec99cfa043434bcbee819 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sat, 13 Jun 2026 16:36:21 +0200 Subject: [PATCH] Feat: Passt IDE-Config an --- .idea/ctdra-main.iml | 1 + .idea/php-docker-settings.xml | 24 ++++++++++++++++++++++++ .idea/php.xml | 6 ++++++ .idea/symfony2.xml | 7 +++++++ 4 files changed, 38 insertions(+) create mode 100644 .idea/php-docker-settings.xml create mode 100644 .idea/symfony2.xml diff --git a/.idea/ctdra-main.iml b/.idea/ctdra-main.iml index 215d95f..d1f5a6d 100644 --- a/.idea/ctdra-main.iml +++ b/.idea/ctdra-main.iml @@ -6,6 +6,7 @@ + diff --git a/.idea/php-docker-settings.xml b/.idea/php-docker-settings.xml new file mode 100644 index 0000000..a820416 --- /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 0ce73d2..fa0f1a4 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -59,6 +59,12 @@ + + + + + + diff --git a/.idea/symfony2.xml b/.idea/symfony2.xml new file mode 100644 index 0000000..ba828bc --- /dev/null +++ b/.idea/symfony2.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file