From a347269872a243a838f2f26a61d0513720378595 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 8 Sep 2025 16:16:59 +0800 Subject: [PATCH] =?UTF-8?q?git=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 61656bd..861acaa 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ target/ .sts4-cache ### IntelliJ IDEA ### -/logs .idea *.iws *.iml @@ -32,3 +31,7 @@ build/ ### VS Code ### .vscode/ + +### Log +logs/ +spy.log