chore: update gitignore

This commit is contained in:
Kevin Franklin Kim 2025-03-11 16:03:14 +01:00
parent 94a3ec420d
commit 4310369135
No known key found for this signature in database

40
.gitignore vendored
View File

@ -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