初始化斗地主残局版项目

This commit is contained in:
wtz
2026-02-19 21:18:12 +08:00
commit 13d2b0e1dc
18 changed files with 2259 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# 二进制文件
*.exe
*.exe~
*.dll
*.so
*.dylib
*.bin
*.test
*.out
# Go编译生成的文件
/app/cmd/main
/app/cmd/*.exe
# 依赖管理
/vendor/
/app/vendor/
# 测试覆盖率文件
*.coverprofile
coverage.html
coverage.out
# IDE和编辑器配置
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# 日志文件
*.log
# 临时文件
/tmp/
temp/
*.tmp
# 环境变量文件
.env
.env.local
.env.*.local
# Docker相关
*.pid