Skip to content

Commit 2b6dfdd

Browse files
author
ZyphrZero
committed
Update reload_config.py
1 parent 1f29211 commit 2b6dfdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/utils/reload_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
".coverage", # 忽略测试覆盖率文件
2626
"htmlcov", # 忽略覆盖率报告目录
2727
"tests", # 忽略测试目录
28+
"z-ai2api-server.pid", # 忽略 PID 文件
2829
]
2930

3031
# 忽略的文件模式(正则表达式)

0 commit comments

Comments
 (0)