diff --git a/.gitignore b/.gitignore
index 1e1d8a6..c43ffa3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,9 +45,11 @@
# Kotlin
.kotlin
+.idea/kotlinc.xml
# Misc
.idea/misc.xml
+.idea/markdown.xml
# CMake
cmake-build-*/
@@ -91,6 +93,8 @@ fabric.properties
.idea/androidTestResultsUserPreferences.xml
# Android projects
+.idea/AndroidProjectSystem.xml
+.idea/deviceManager.xml
**/local.properties
/captures
.externalNativeBuild
@@ -106,5 +110,11 @@ site
*.bak
.idea/appInsightsSettings.xml
+# Discord plugin for IntelliJ
+.idea/discord.xml
+
+# Copilot for IntelliJ
+.idea/copilot**
+
# Mac OS
.DS_Store
\ No newline at end of file
diff --git a/.idea/markdown.xml b/.idea/markdown.xml
deleted file mode 100644
index f6d2542..0000000
--- a/.idea/markdown.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
new file mode 100644
index 0000000..16660f1
--- /dev/null
+++ b/.idea/runConfigurations.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/xcode.xml b/.idea/xcode.xml
new file mode 100644
index 0000000..e7f546d
--- /dev/null
+++ b/.idea/xcode.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file