modify git ignore
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user