From 0ca1b96cd8582f7328e3cc6395ea7f9f18929305 Mon Sep 17 00:00:00 2001 From: JianFeeeee Date: Thu, 24 Sep 2026 13:31:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20SDK=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=AB=99=E7=9A=84=E4=B8=BB=E9=A2=98=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 上一批漏了 overrides/(只覆盖 footer.html 以补备案号)。它与 docs/、 mkdocs.yml 同属文档站,核心仓不应跟踪——规则漏一条就会在 git status 里 冒出来,正是之前 example/ 那类问题的来源。 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index caba830..c69de1b 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,8 @@ third_party/homeagent-sdk/example/ third_party/homeagent-sdk/docs/ third_party/homeagent-sdk/mkdocs.yml third_party/homeagent-sdk/site_build/ +# 主题覆盖目录(只覆盖 footer.html,补备案号)——同属文档站。 +third_party/homeagent-sdk/overrides/ .codegraph/ # codegraph 本地索引配置(含嵌套 SDK 仓放行,仅本地生效)