From 1e29d42f9196b6c0fae6b2086a0175bb60a03cc5 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 18 Dec 2025 19:11:33 +0100 Subject: [PATCH] Git Maintenance (#605) --- .gitignore | 3 +++ .idea/.gitignore | 15 +++++++++++++++ .idea/encodings.xml | 4 ++++ .idea/indexLayout.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 5 files changed, 36 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/encodings.xml create mode 100644 .idea/indexLayout.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 81a01256..abf6df5f 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,6 @@ orleans.codegen.cs # Ignore AI plugin config files: /app/.idea/.idea.MindWork AI Studio/.idea/AugmentWebviewStateStore.xml + +# Ignore GitHub Copilot migration files: +**/copilot.data.migration.*.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..58e2b866 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/modules.xml +/projectSettingsUpdater.xml +/.idea.mindwork-ai-studio.iml +# 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/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..df87cf95 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/indexLayout.xml b/.idea/indexLayout.xml new file mode 100644 index 00000000..7b08163c --- /dev/null +++ b/.idea/indexLayout.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 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file