From 7b3686279220381b0ddf24b15cee56c9837ad8d9 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..cd1d2c1 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -11,4 +11,6 @@ /workspace.xml /AndroidProjectSystem.xml +/copilot.*.xml + **/*.iml \ No newline at end of file From 689db912f4703d45fd7e3c06d8c09f002875e17d 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 | 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