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:
+16
-1
@@ -107,4 +107,19 @@ ai-labeling/example/~$*
|
|||||||
ai-labeling/example/program_docs/
|
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
|
||||||
Reference in New Issue
Block a user