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
*.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