diff --git a/.gitignore b/.gitignore index 87465b6..691a382 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,24 @@ -# ---> Go -# If you prefer the allow list template instead of the deny list, see community template: -# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore -# -# Binaries for programs and plugins +# Logs +*.log +logs/ +ddns-updater.log + +# Local config / secrets +config.yaml +*.env +*.secret +*.key +*.pem + +# Build outputs +ddns-updater +ddns-updater-linux *.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 -# Dependency directories (remove the comment below to include it) -# vendor/ - -# Go workspace file -go.work -go.work.sum - -# env file -.env - +# IDE/editor cruft +.vscode/ +.idea/ +*.swp +*.swo +.DS_Store