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