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 *.log
!.github/ /bin/
!.husky/ /tmp/
!.editorconfig
## Git
!.gitkeep
!.gitignore !.gitignore
## GitHub
!.github/
## Editorconfig
!.editorconfig
## Husky
!.husky/
!.husky.yaml
## Ownbrew
!.ownbrew.yaml
## Golang
!.golangci.yml !.golangci.yml
!.goreleaser.yml !.goreleaser.yml
!.husky.yaml
!.yamllint.yaml
/bin/
/coverage.out
/coverage.html
/tmp/