bindbox-game/.gitignore
2026-02-02 23:56:35 +08:00

40 lines
659 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/*
build/resources/admin/
logs/
web/*
# 敏感配置文件
configs/*.toml
!configs/*.example.toml
# 环境变量
.env
.env.*
!.env.example