From eb5cca23722eb0e7975de24e78b828b58ff84a53 Mon Sep 17 00:00:00 2001 From: Hermes CI Fix Date: Tue, 11 Aug 2026 11:12:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20backend/logs/=20=E4=B8=8D=E5=85=A5?= =?UTF-8?q?=E5=BA=93=EF=BC=88gitignore=20+=20=E8=A7=A3=E9=99=A4=E8=B7=9F?= =?UTF-8?q?=E8=B8=AA=20uvicorn.log=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + backend/logs/uvicorn.log | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 backend/logs/uvicorn.log diff --git a/.gitignore b/.gitignore index 9d858677..2d9579dd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ node_modules/ __pycache__/ *.tsbuildinfo venv/ +backend/logs/ diff --git a/backend/logs/uvicorn.log b/backend/logs/uvicorn.log deleted file mode 100644 index 0352e968..00000000 --- a/backend/logs/uvicorn.log +++ /dev/null @@ -1,6 +0,0 @@ -INFO: Started server process [700361] -INFO: Waiting for application startup. -2026-08-11 00:39:30 [INFO] cma: CMA数据库已初始化 -2026-08-11 00:39:30 [INFO] cma: 管理会计OS后端启动完成 -INFO: Application startup complete. -INFO: Uvicorn running on http://0.0.0.0:8010 (Press CTRL+C to quit)