From b7d9e038d4ef3145bdc542c6b7eaa46e019fce1b Mon Sep 17 00:00:00 2001 From: fakehank Date: Wed, 24 Jun 2026 15:07:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20gitignore=20team.yaml=EF=BC=88=E8=8A=B1?= =?UTF-8?q?=E5=90=8D=E5=86=8C=E6=98=AF=E6=9C=8D=E5=8A=A1=E7=AB=AF=20gitign?= =?UTF-8?q?ored=20=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=88=AB=E8=AF=AF=E5=85=A5?= =?UTF-8?q?=E4=BB=93=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 公开仓不跟踪 team.yaml(真实花名册住服务器/各机器,从 team.example.yaml 拷)。 之前漏列,服务器换源后那份 team.yaml 会变成未忽略的 untracked 文件, 有 git add -A / Docker 自举时可能被误提交。补进 .gitignore。 Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b1e101a..60bfcfe 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ web/fixtures/ # docker compose 运行态配置(自举的 team.yaml/tokens.yaml 等)—— gitignore 不支持行内注释,注释必须独占一行 config/ client.config.yaml +team.yaml tokens.yaml registry.yaml feishu.yaml