bindbox-game/.gitignore
邹方成 674b10e8d6 chore: 更新.gitignore并添加deploy环境配置文件
移除.gitignore中的.env条目
添加deploy/.env文件用于部署环境配置
2025-10-16 14:33:46 +08:00

27 lines
520 B
Plaintext

# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
*.idea
resources/*