From 84d375c172761fb686ca14f05a4af60eb8067530 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 27 Sep 2025 00:22:35 +0800 Subject: [PATCH] misc: update .gitignore --- .gitignore | 10 ++++++++++ .idea/AndroidProjectSystem.xml | 6 ------ .idea/kotlinc.xml | 6 ------ .idea/markdown.xml | 6 ------ 4 files changed, 10 insertions(+), 18 deletions(-) delete mode 100644 .idea/AndroidProjectSystem.xml delete mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/markdown.xml 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