chore(repo): 移除误跟踪的 egg-info 构建产物并新增忽略规则
server/src/x_financial_server.egg-info/ 为 uv/pip 构建产物,此前被误跟踪。 本次 git rm --cached 移除跟踪(本地保留),.gitignore 新增 *.egg-info/ 规则避免后续误入库。
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ web/.vite/
|
||||
.omc/
|
||||
.omx/
|
||||
.claude/
|
||||
*.egg-info/
|
||||
.codex/*
|
||||
!.codex/skills/
|
||||
.codex/skills/*
|
||||
|
||||
Reference in New Issue
Block a user