From d6644a65f30eb202113be0b222fd725bc228387a Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Sat, 14 Feb 2026 09:30:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20-=20?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E8=AF=8A=E6=96=AD=E6=96=87=E6=A1=A3=E5=92=8C?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增忽略规则: - 诊断文档: *诊断*.md, *分析*.md, *报告*.md - 临时脚本: *修复*.sh, *patch*.py 目的:防止临时调试文件和诊断文档被误提交 Co-Authored-By: Claude Opus 4.6 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 957af08..ce3f08c 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,10 @@ data/ captures/ /logs/ /tests/ + +# Diagnostic documents and scripts - DO NOT COMMIT +*诊断*.md +*分析*.md +*报告*.md +*修复*.sh +*patch*.py