chore(gittool): 新增ruff缓存目录到排除列表
CI / Lint, Typecheck & Test (push) Has been cancelled

将.ruff_cache添加到EXCLUDE_DIRS列表中,避免git工具扫描该缓存目录
This commit is contained in:
2026-07-06 13:11:59 +08:00
parent e31646e281
commit 54aef98f3a
+1
View File
@@ -20,6 +20,7 @@ EXCLUDE_DIRS = [
# 项目相关目录
".venv",
".git",
".ruff_cache",
".tox",
"node_modules",
]