chore: update gitignore

This commit is contained in:
Kevin Franklin Kim 2025-03-13 07:58:52 +01:00
parent 24e6f55ea9
commit 2634da8453
No known key found for this signature in database

26
.gitignore vendored
View File

@ -1,13 +1,25 @@
.* .*
*.log *.zip
*.tar
*.out *.out
*.log
/bin/
/tmp/ /tmp/
!.github/
!.husky/ ## Git
!.editorconfig !.gitkeep
!.gitignore !.gitignore
## GitHub
!.github/
## Editorconfig
!.editorconfig
## Husky
!.husky/
!.husky.yaml
## Golang
!.golangci.yml !.golangci.yml
!.goreleaser.yml !.goreleaser.yml
!.husky.yaml
go.work
go.work.sum