From 81369242ccf87d88c5b38271ec8c505e60c5753b Mon Sep 17 00:00:00 2001 From: root <1291454411@qq.com> Date: Mon, 21 Sep 2026 10:15:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=20=E8=A1=A5=20logs/=20?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=88=E4=B8=8A=E4=B8=80=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E9=81=97=E6=BC=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b07466a..bf69237 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ data/ android/app/build/ android/.gradle/ tools/probe-reports/ + +# 运行时日志(server.log 实测 1MB / 3.3 万行滚动输出,pg.log / uvicorn.log 同类)。 +# 此前被误跟踪,每次运行都会产生巨量 diff;日志是运行产物不是源码,停止跟踪。 +logs/