fix: 重写 .gitignore,添加忽略规则

This commit is contained in:
2026-04-27 07:15:55 +08:00
parent 662c4e05a4
commit 3b8ffad2d5

27
.gitignore vendored
View File

@@ -1,15 +1,34 @@
# 操作系统
.DS_Store .DS_Store
*.ini Thumbs.db
Desktop.ini
hxclaw
hxclaw.exe
# 编辑器
.idea/ .idea/
.fleet/ .fleet/
.vs/ .vs/
.vscode/ .vscode/
.zed/ .zed/
*.swp
*.swo
# 二进制文件
hxclaw
hxclaw.exe
*.exe
*.bin
# hxclaw specific # hxclaw specific
bin/ bin/
.hxclaw_history .hxclaw_history
*.db
*.db-journal
# Go
*.test
*.out
vendor/
# 临时文件
*.tmp
*.log