diff --git a/.gitignore b/.gitignore index 1e1d8a63..c43ffa38 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 4a53bee8..00000000 --- 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 5fed1330..00000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - \ No newline at end of file