wireguard-dashboard/.gitignore

38 lines
625 B
Plaintext
Raw Permalink Normal View History

2024-03-05 16:59:37 +08:00
### Go template
# 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:07:59 +08:00
web/assets
web/static
web/*.ico
web/*.gz
web/*.br
web/*.html
web/*.svg
web/*.json
2024-03-05 16:59:37 +08:00
# Go workspace file
go.work
2024-03-05 17:02:04 +08:00
wg.db
wg0.conf
2024-03-05 17:02:04 +08:00
*.db
2024-03-05 17:31:47 +08:00
*.yaml