chore: 忽略 SDK 文档站的主题覆盖目录

上一批漏了 overrides/(只覆盖 footer.html 以补备案号)。它与 docs/、
mkdocs.yml 同属文档站,核心仓不应跟踪——规则漏一条就会在 git status 里
冒出来,正是之前 example/ 那类问题的来源。
This commit is contained in:
JianFeeeee
2026-09-24 13:31:39 +08:00
parent a2cba0ceb1
commit 0ca1b96cd8

2
.gitignore vendored
View File

@ -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 仓放行,仅本地生效)