From 7b3686279220381b0ddf24b15cee56c9837ad8d9 Mon Sep 17 00:00:00 2001 From: septs Date: Mon, 8 Sep 2025 15:50:36 +0800 Subject: [PATCH] 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