From 3b8ffad2d5a64bf3f24266e6eddc8a8d353f1afd Mon Sep 17 00:00:00 2001 From: titor Date: Mon, 27 Apr 2026 07:15:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E5=86=99=20.gitignore=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 28a7c0b..4054020 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,34 @@ +# 操作系统 .DS_Store -*.ini - -hxclaw -hxclaw.exe +Thumbs.db +Desktop.ini +# 编辑器 .idea/ .fleet/ .vs/ .vscode/ .zed/ +*.swp +*.swo + +# 二进制文件 +hxclaw +hxclaw.exe +*.exe +*.bin # hxclaw specific bin/ .hxclaw_history +*.db +*.db-journal + +# Go +*.test +*.out +vendor/ + +# 临时文件 +*.tmp +*.log \ No newline at end of file