posh/.gitignore
Kevin Franklin Kim 854e0c6d25
feat: add mise
2025-09-17 10:13:47 +02:00

38 lines
292 B
Plaintext

.*
*.zip
*.tar
*.out
*.log
/bin/
/tmp/
## Git
!.gitkeep
!.gitignore
## GitHub
!.github/
## Editorconfig
!.editorconfig
## Docker
!.dockerignore
## Husky
!.husky/
!.husky.yaml
## Golang
go.work
go.work.sum
!.golangci.yml
!.goreleaser.yml
## Posh
!.posh/
!.posh.yml
## Mise
!.mise.toml