From 689db912f4703d45fd7e3c06d8c09f002875e17d Mon Sep 17 00:00:00 2001 From: septs Date: Mon, 8 Sep 2025 15:50:36 +0800 Subject: [PATCH 1/2] chore: ignore new file in dot-idea directory --- .idea/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.idea/.gitignore b/.idea/.gitignore index 2e12995..d8f8db1 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -11,4 +11,6 @@ /workspace.xml /AndroidProjectSystem.xml +/copilot* + **/*.iml \ No newline at end of file From 9138b976851764eab04e64f229a42ea3c4dc78cf Mon Sep 17 00:00:00 2001 From: septs Date: Mon, 8 Sep 2025 15:50:36 +0800 Subject: [PATCH 2/2] chore: ignore new file in dot-idea directory --- .idea/.gitignore | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index 2e12995..96404a3 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,14 +1,6 @@ -/shelf -/caches -/libraries -/assetWizardSettings.xml -/deploymentTarget*.xml -/gradle.xml -/misc.xml -/modules.xml -/navEditor.xml -/runConfigurations.xml -/workspace.xml -/AndroidProjectSystem.xml - -**/*.iml \ No newline at end of file +* +!/migrations.xml +!/codeStyles +!/vcs.xml +!/kotlinc.xml +!/compiler.xml