From 1259bbcccc08545fabc1d99e2191f49423a74b82 Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 17 Oct 2024 17:03:18 +0200 Subject: [PATCH] chore(build): add GitToolBox project settings file Introduce git_toolbox_prj.xml to configure commit message validation settings in the project. This ensures consistency and adherence to commit message standards. --- .idea/git_toolbox_prj.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .idea/git_toolbox_prj.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