Skip to content

Commit 9dd2860

Browse files
committed
chore: 不提交 build 生成的 sitemap/llms + 推进 sync 基准到 0b2b729
跟随上游做法:site/sitemap.xml 与 site/llms.txt 由 build.js 在每次 Vercel 部署(buildCommand: node site/build.js)时从 PHASES 重新生成,不应提交—— 提交会导致仓库副本与实际部署漂移、漏 URL。 - .gitignore 加忽略;git rm --cached 从版本控制移除(本地/部署仍会生成) - 修正 PR #16 误将这两个生成物提交进仓库 同时推进 .sync-upstream-base 9b761230b2b729:本批上游 8 commit 已 全部检视处理(HF 路径 #15、交互图表/SEO/About #16、.gitignore 本 PR), 下次从 0b2b729 起 diff。
1 parent 581edfc commit 9dd2860

4 files changed

Lines changed: 6 additions & 3648 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ mlruns/
5656

5757
.link-cache.json
5858
.claude/
59+
60+
# 由 site/build.js 在每次 Vercel 部署时生成(buildCommand)——不提交,
61+
# 以免漂移或丢 URL。每次从 PHASES 重新生成。
62+
site/sitemap.xml
63+
site/llms.txt

.sync-upstream-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b7612331df8735037a73d79cbb231a5f62b93d9
1+
0b2b7292e11af9970dea06cb750e9dfa12e7143e

0 commit comments

Comments
 (0)