From 3ccd4f7ccf7576ed127a2ed8f42c71869bb14770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Mon, 25 May 2026 00:32:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=20git=20=E6=8F=90=E4=BA=A4=E6=B6=88=E6=81=AF=E8=A7=84?= =?UTF-8?q?=E5=88=99=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除了项目中未实际使用的自定义提交规则配置文件 --- .trae/rules/git-commit-message.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .trae/rules/git-commit-message.md diff --git a/.trae/rules/git-commit-message.md b/.trae/rules/git-commit-message.md deleted file mode 100644 index bbb128f..0000000 --- a/.trae/rules/git-commit-message.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -alwaysApply: true -scene: git_message ---- - -在此处编写规则,自定义 AI 生成提交信息的风格。 - -使用中文 \ No newline at end of file