From 6703f6f0ce550502118e6d1caecb9e3a50d38df8 Mon Sep 17 00:00:00 2001 From: Tiger Date: Sun, 11 Jan 2026 17:49:18 +0100 Subject: [PATCH] add: .idea files for inspection configuration --- .gitignore | 4 +++- .idea/.gitignore | 15 +++++++++++++++ .idea/encodings.xml | 4 ++++ .idea/indexLayout.xml | 8 ++++++++ .idea/libraries/GdSdk.xml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ 6 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/encodings.xml create mode 100644 .idea/indexLayout.xml create mode 100644 .idea/libraries/GdSdk.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index aebd042..a798c48 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ src/addons/godot-jolt *~lock* *_recovered* -builds/ \ No newline at end of file +builds/ + +.idea/copilot* diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ee170c1 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +/.idea.frame-of-mind.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 0000000..df87cf9 --- /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 0000000..7b08163 --- /dev/null +++ b/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/GdSdk.xml b/.idea/libraries/GdSdk.xml new file mode 100644 index 0000000..0059883 --- /dev/null +++ b/.idea/libraries/GdSdk.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ 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