modify git ignore

This commit is contained in:
LC mac
2026-01-13 02:07:51 +08:00
parent ce5a0a87ba
commit 101bedda97

46
.gitignore vendored
View File

@@ -1,28 +1,24 @@
# ---> Go # Logs
# If you prefer the allow list template instead of the deny list, see community template: *.log
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore logs/
# ddns-updater.log
# Binaries for programs and plugins
# Local config / secrets
config.yaml
*.env
*.secret
*.key
*.pem
# Build outputs
ddns-updater
ddns-updater-linux
*.exe *.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
*config.yaml
# Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# Dependency directories (remove the comment below to include it) # IDE/editor cruft
# vendor/ .vscode/
.idea/
# Go workspace file *.swp
go.work *.swo
go.work.sum .DS_Store
# env file
.env