From 9138b976851764eab04e64f229a42ea3c4dc78cf 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 | 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 From 08ae57f9c112fce277c4d8c6efac7e4e5d7a5945 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 | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index 2e12995..68fafed 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,14 +1,7 @@ -/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/Project.xml +!/codeStyles/codeStyleConfig.xml +!/vcs.xml +!/kotlinc.xml +!/compiler.xml