From 16099dc70f3d44571279a12b91c36a1705b481af Mon Sep 17 00:00:00 2001 From: Lenticular Studio Agent Date: Thu, 2 Jul 2026 12:32:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=20=E5=8A=A0=20*~=20?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E7=BC=96=E8=BE=91=E5=99=A8=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit aiChatService.exe~ 这种 82MB 的二进制不应该进 git。 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c3625d2..4412192 100644 --- a/.gitignore +++ b/.gitignore @@ -50,4 +50,6 @@ backend/services/statisticService/**/logs/ backend/services/statisticService/**/logs/*.log # superpowers -.superpowers \ No newline at end of file +.superpowers +# 编辑器临时文件(vim/IDE 备份) +*~