From e3b42e31caddd06d685d0c40cec476b24d6a0442 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Mar 2026 14:09:23 +0000 Subject: [PATCH] regen gitignore --- .gitignore | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index fa18f65..cbd448f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -# Auto-generated .gitignore by gignore: github.com/onyx-and-iris/gignore +# Generated by ignr: github.com/onyx-and-iris/ignr -### Go ### +## 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 # @@ -15,23 +15,27 @@ bin/ # Test binary, built with `go test -c` *.test -# Output of the go coverage tool, specifically when used with LiteIDE +# Code coverage profiles and other test artifacts *.out +coverage.* +*.coverprofile +profile.cov # Dependency directories (remove the comment below to include it) # vendor/ # Go workspace file go.work +go.work.sum -# End of gignore: github.com/onyx-and-iris/gignore - -# Environment +# env file .env -.envrc + +# Editor/IDE +# .idea/ +# .vscode/ + +# End of ignr # Man pages gobs-cli.1 - -# Config files -config.yaml