chore: revert to blocklist-based gitignore
Alan Pearce alan@alanpearce.eu
Fri, 03 May 2024 09:03:55 +0200
1 files changed, 19 insertions(+), 29 deletions(-)
jump to
M .gitignore → .gitignore
@@ -1,34 +1,24 @@-# Allowlisting gitignore template for GO projects prevents us -# from adding various unwanted local files, such as generated -# files, developer configurations or IDE-specific files etc. -# -# Recommended: Go.AllowList.gitignore - -# Ignore everything -* - -# But not these files... -!/.gitignore -!/.editorconfig -!/.envrc.sample +### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Go.gitignore -!/README.md -!/LICENSE -!/justfile -!/config.toml +# Binaries for programs and plugins +/* +*.exe +*.exe~ +*.dll +*.so +*.dylib +!*.* +!/**/ -!/nix -!*.nix +# Test binary, built with `go test -c` +*.test -!/.golangci.yaml -!/go.sum -!/go.mod -!/gomod2nix.toml -!*.go +# Output of the go coverage tool, specifically when used with LiteIDE +*.out -!*.tmpl -!*.js -!/frontend +# Go workspace file +go.work -# ...even if they are in subdirectories -!*/ +/.env +/.envrc +/.pre-commit-config.yaml