From 355616e685c59a0e0d89023a3099b1331b9d1e1b Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Sun, 6 Jul 2025 00:55:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0spy.log=E5=88=B0giti?= =?UTF-8?q?gnore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 避免SQL监控日志文件被意外提交 - 保持代码仓库整洁 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a112336..f459736 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ build/ ### Logs ### logs/ /logs/ +spy.log