chore: update gitignore

This commit is contained in:
Kevin Franklin Kim 2025-05-16 16:30:46 +02:00
parent a2ae079ae9
commit 73203b24c0
No known key found for this signature in database

32
.gitignore vendored
View File

@ -1,14 +1,28 @@
.*
*.zip
*.tar
*.out
*.log
!.github/
!.husky/
!.editorconfig
/bin/
/tmp/
## Git
!.gitkeep
!.gitignore
## GitHub
!.github/
## Editorconfig
!.editorconfig
## Husky
!.husky/
!.husky.yaml
## Ownbrew
!.ownbrew.yaml
## Golang
!.golangci.yml
!.goreleaser.yml
!.husky.yaml
!.yamllint.yaml
/bin/
/coverage.out
/coverage.html
/tmp/