chore: 加强 .gitignore — 全局禁入视频/PSD/dump 大文件

清理 git 历史后补充规则,防止大文件再次误入仓库。
新增:*.mp4 *.mov *.avi *.mkv *.psd *.dump footage/ 等。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
simonkoson
2026-07-03 09:02:57 +08:00
parent dd17264f60
commit 985a5b6ada
+15
View File
@@ -108,3 +108,18 @@ ai-labeling/example/program_docs/
# 临时提示词文件 # 临时提示词文件
CLAUDE生成prompt.md CLAUDE生成prompt.md
# 大文件全局禁入(视频/设计源文件/数据库dump)
*.mp4
*.mov
*.avi
*.mkv
*.psd
*.dump
footage/
# git 备份目录(filter-repo 清理前的备份)
.git-backup-before-cleanup/
# 迁移文档(含敏感信息,不入库)
migrate-local-gitea-to-cloud.md