From 90c911835c15f31e05ad6637188d504aa4ebff1a Mon Sep 17 00:00:00 2001 From: e025532 Date: Mon, 26 May 2025 15:50:26 +0200 Subject: [PATCH] Refactor configs and clean up infrastructure scripts Added and updated IntelliJ IDEA project configuration files for better module management. Modified infrastructure-related logs and scripts, including test.php and Rollup-end.php, for improved readability and functionality. Removed redundant conditions and formatted codebase for consistency. --- .idea/modules.xml | 3 +++ .idea/vcs.xml | 2 ++ .idea/web-infra-reports.iml | 3 +++ 3 files changed, 8 insertions(+) diff --git a/.idea/modules.xml b/.idea/modules.xml index 2a3e5fe..3067bdd 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,11 @@ + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 8306744..ae9f086 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,8 @@ + + \ No newline at end of file diff --git a/.idea/web-infra-reports.iml b/.idea/web-infra-reports.iml index e626c30..e7caba8 100644 --- a/.idea/web-infra-reports.iml +++ b/.idea/web-infra-reports.iml @@ -5,5 +5,8 @@ + + + \ No newline at end of file