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