2024-03-05 16:59:37 +08:00
|
|
|
### Go template
|
2024-03-08 10:43:22 +08:00
|
|
|
# If you prefer the allow list template_data instead of the deny list, see community template_data:
|
2024-03-05 16:59:37 +08:00
|
|
|
# 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/
|
|
|
|
.idea
|
2024-03-11 15:51:07 +08:00
|
|
|
logs
|
2024-06-05 12:04:22 +08:00
|
|
|
web
|
2024-03-05 16:59:37 +08:00
|
|
|
|
|
|
|
# Go workspace file
|
|
|
|
go.work
|
2024-03-05 17:02:04 +08:00
|
|
|
wg.db
|
2024-03-11 16:34:37 +08:00
|
|
|
wg0.conf
|
2024-03-05 17:02:04 +08:00
|
|
|
*.db
|
2024-03-05 17:31:47 +08:00
|
|
|
*.yaml
|
2024-03-11 16:34:37 +08:00
|
|
|
|