wireguard-dashboard/.gitignore
coward 1bc4e7869a 🎨
2024-06-05 12:07:59 +08:00

38 lines
625 B
Plaintext

### Go template
# If you prefer the allow list template_data instead of the deny list, see community template_data:
# 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
logs
web/assets
web/static
web/*.ico
web/*.gz
web/*.br
web/*.html
web/*.svg
web/*.json
# Go workspace file
go.work
wg.db
wg0.conf
*.db
*.yaml