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/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml
deleted file mode 100644
index 4a53bee..0000000
--- a/.idea/AndroidProjectSystem.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
deleted file mode 100644
index 5815a4a..0000000
--- a/.idea/kotlinc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ 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