chore: backend/logs/ 不入库(gitignore + 解除跟踪 uvicorn.log)

This commit is contained in:
Hermes CI Fix
2026-08-11 11:12:56 +08:00
parent e959c40b1c
commit eb5cca2372
2 changed files with 1 additions and 6 deletions
+1
View File
@@ -10,3 +10,4 @@ node_modules/
__pycache__/
*.tsbuildinfo
venv/
backend/logs/
-6
View File
@@ -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)