From 0702b3c891eda9db63e0896bf70a29907ea3a133 Mon Sep 17 00:00:00 2001 From: hvanranden Date: Thu, 22 Jan 2026 18:47:56 +0100 Subject: [PATCH] Remove .idea directory and update .gitignore --- .gitignore | 2 ++ .idea/.idea.Intentor/.idea/.gitignore | 15 --------------- .idea/.idea.Intentor/.idea/encodings.xml | 4 ---- .idea/.idea.Intentor/.idea/indexLayout.xml | 8 -------- .idea/.idea.Intentor/.idea/vcs.xml | 6 ------ 5 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 .idea/.idea.Intentor/.idea/.gitignore delete mode 100644 .idea/.idea.Intentor/.idea/encodings.xml delete mode 100644 .idea/.idea.Intentor/.idea/indexLayout.xml delete mode 100644 .idea/.idea.Intentor/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index 199eb5b..43736be 100644 --- a/.gitignore +++ b/.gitignore @@ -206,3 +206,5 @@ __pycache__/ # Windows thumbnail cache files Thumbs.db /Intentor/wwwroot/lib/ + +.idea diff --git a/.idea/.idea.Intentor/.idea/.gitignore b/.idea/.idea.Intentor/.idea/.gitignore deleted file mode 100644 index c4557f8..0000000 --- a/.idea/.idea.Intentor/.idea/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/projectSettingsUpdater.xml -/.idea.Intentor.iml -/contentModel.xml -/modules.xml -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/.idea.Intentor/.idea/encodings.xml b/.idea/.idea.Intentor/.idea/encodings.xml deleted file mode 100644 index df87cf9..0000000 --- a/.idea/.idea.Intentor/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.Intentor/.idea/indexLayout.xml b/.idea/.idea.Intentor/.idea/indexLayout.xml deleted file mode 100644 index 7b08163..0000000 --- a/.idea/.idea.Intentor/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.Intentor/.idea/vcs.xml b/.idea/.idea.Intentor/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/.idea.Intentor/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file