From 985a5b6adaa1b4c8f629a2be6204169df9d5fbd5 Mon Sep 17 00:00:00 2001 From: simonkoson <28867558@qq.com> Date: Fri, 3 Jul 2026 09:02:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8A=A0=E5=BC=BA=20.gitignore=20?= =?UTF-8?q?=E2=80=94=20=E5=85=A8=E5=B1=80=E7=A6=81=E5=85=A5=E8=A7=86?= =?UTF-8?q?=E9=A2=91/PSD/dump=20=E5=A4=A7=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理 git 历史后补充规则,防止大文件再次误入仓库。 新增:*.mp4 *.mov *.avi *.mkv *.psd *.dump footage/ 等。 Co-Authored-By: Claude Opus 4.6 --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 32b1689..25eecc0 100644 --- a/.gitignore +++ b/.gitignore @@ -107,4 +107,19 @@ ai-labeling/example/~$* ai-labeling/example/program_docs/ # 临时提示词文件 -CLAUDE生成prompt.md \ No newline at end of file +CLAUDE生成prompt.md + +# 大文件全局禁入(视频/设计源文件/数据库dump) +*.mp4 +*.mov +*.avi +*.mkv +*.psd +*.dump +footage/ + +# git 备份目录(filter-repo 清理前的备份) +.git-backup-before-cleanup/ + +# 迁移文档(含敏感信息,不入库) +migrate-local-gitea-to-cloud.md \ No newline at end of file