From df4778f66eb3d42ca248299ec2a6a72d7fc3c179 Mon Sep 17 00:00:00 2001 From: e025532 Date: Mon, 26 May 2025 15:38:37 +0200 Subject: [PATCH] Add IntelliJ IDE configuration files to the repository Include `.idea` project files for module and workspace settings, data sources, PHP configurations, and VCS mappings. These files enable consistent IDE setup across team members and provide version control for project-specific configurations. --- .idea/.gitignore | 8 ++++++++ .idea/dataSources.xml | 19 +++++++++++++++++++ .idea/modules.xml | 9 +++++++++ .idea/php.xml | 19 +++++++++++++++++++ .idea/vcs.xml | 7 +++++++ .idea/web-infra-reports.iml | 9 +++++++++ 6 files changed, 71 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/dataSources.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/web-infra-reports.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..7808b16 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,19 @@ + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://mys_glpi_prod.appliarmony.net:3306/GLPI + $ProjectFileDir$ + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://DUN-SUP-ENTRY01:3306/infra + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2a3e5fe --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..f324872 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..8306744 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/web-infra-reports.iml b/.idea/web-infra-reports.iml new file mode 100644 index 0000000..e626c30 --- /dev/null +++ b/.idea/web-infra-reports.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file