初始化斗地主残局版项目
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user