From 1e3b545a239f10fdfe2cdd12731bb387e851b4c7 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 19 Jul 2026 23:37:13 -0600 Subject: [PATCH] chore(ide): JetBrains IDE configuration files --- .idea/git_toolbox_prj.xml | 15 +++++++++++++++ .idea/indexLayout.xml | 8 ++++++++ .idea/projectSettingsUpdater.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 4 files changed, 37 insertions(+) create mode 100644 .idea/git_toolbox_prj.xml create mode 100644 .idea/indexLayout.xml create mode 100644 .idea/projectSettingsUpdater.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/indexLayout.xml b/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/projectSettingsUpdater.xml b/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..ef20cb0 --- /dev/null +++ b/.idea/projectSettingsUpdater.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..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file