From 0b577333ee3f05a9f26e01a7365eda60d3e32fc3 Mon Sep 17 00:00:00 2001 From: ZHR007 Date: Thu, 30 Oct 2025 10:49:47 +0800 Subject: [PATCH 1/2] no message --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29a3a50..55ac771 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,8 @@ migrate_working_dir/ *.ipr *.iws .idea/ - +macos/ +linux/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. From 82ec6e7f5a7eb2f4b99cb8075acb8df43b66ccf6 Mon Sep 17 00:00:00 2001 From: ZHR007 Date: Thu, 30 Oct 2025 14:09:56 +0800 Subject: [PATCH 2/2] no message --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 55ac771..e08c649 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ migrate_working_dir/ .idea/ macos/ linux/ +windows/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default.