chore(cleanup): ignore archives/ + 02meiti/.hilo + 移除误入 index 的 3 个文件

- .gitignore: 新增 archives/ (85 个早期临时备份) + 02meiti/.hilo/ (hilo 应用数据)
- git rm --cached: 02meiti/.hilo/{index.sqlite-shm, index.sqlite-wal, storage.json}
  (这 3 个文件被误加入 git index, working tree 文件保留)
This commit is contained in:
Simon
2026-08-03 20:29:55 +08:00
parent 01e070c8ef
commit 1f6a2936f5
4 changed files with 7 additions and 19 deletions
+7
View File
@@ -278,3 +278,10 @@ p[0-9].bin
# 补充忽略 (2026-08-03 仓库重组): 前端部署脚本生成的 part 拆分文件
# 部署脚本将大 tar/zip 拆分为 part0/part1/part2 上传 (变体多, 通配匹配)
*.part*
# 补充忽略 (2026-08-03 收尾): archives/ 临时备份 + 02meiti hilo 应用数据
# archives/ 是早期未跟踪的临时备份目录(85 个文件)
# 02meiti/.hilo/ 是 hilo 多媒体应用数据,原 .gitignore 254 行 02meiti/ 已覆盖,
# 但之前有 3 个文件被误加入 index (index.sqlite-shm/wal/storage.json),已 git rm --cached
archives/
02meiti/.hilo/
Binary file not shown.
Binary file not shown.
-19
View File
@@ -1,19 +0,0 @@
{
"_version": 5,
"preferences": {
"loadUserMemory": true
},
"recentFiles": [],
"assetPanel": {
"typeFilters": [],
"dateFilter": {
"kind": "all"
},
"sortOrder": "desc"
},
"timelinePanel": {
"openTimelineIds": [],
"activeTimelineId": null
},
"lastUsedModelParams": {}
}