From d8b021af5f55527e3adb2a9a6fb4e8fcc3f63417 Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 6 Jun 2024 14:00:53 +0200 Subject: [PATCH] feat: Add new .idea configuration files This commit introduces a set of .idea configuration files. These include settings for ignoring default files, module root management, project module management, and version control system standards. The addition of these configuration files can improve the development workflow by setting rules and preferences for the workspace. --- .idea/.gitignore | 8 ++++++++ .idea/brief-07-front.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 12 ++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/brief-07-front.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml 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/brief-07-front.iml b/.idea/brief-07-front.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/brief-07-front.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8409330 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..7ddfc9e --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file