From 4310369135463ba3fd1739b4501f2d505e362dc1 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Tue, 11 Mar 2025 16:03:14 +0100 Subject: [PATCH] chore: update gitignore --- .gitignore | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 6f72f89..d6c329b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,25 @@ -# 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 -*.exe -*.exe~ -*.dll -*.so -*.dylib - -# Test binary, built with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE +.* +*.log *.out -# Dependency directories (remove the comment below to include it) -# vendor/ +/bin/ +/tmp/ -# Go workspace file +## Git +!.gitignore + +## GitHub +!.github/ + +## Husky +!.husky/ +!.husky.yaml + +## EditorConfig +!.editorconfig + +## Go +!.golangci.yml +!.goreleaser.yml go.work go.work.sum - -# env file -.env