chore: .gitignore 补 logs/ 规则(上一提交遗漏)
This commit is contained in:
@@ -9,3 +9,7 @@ data/
|
||||
android/app/build/
|
||||
android/.gradle/
|
||||
tools/probe-reports/
|
||||
|
||||
# 运行时日志(server.log 实测 1MB / 3.3 万行滚动输出,pg.log / uvicorn.log 同类)。
|
||||
# 此前被误跟踪,每次运行都会产生巨量 diff;日志是运行产物不是源码,停止跟踪。
|
||||
logs/
|
||||
|
||||
Reference in New Issue
Block a user