mirror of
https://github.com/foomo/hanko-go.git
synced 2025-10-16 12:35:35 +00:00
22 lines
173 B
Plaintext
22 lines
173 B
Plaintext
.*
|
|
*.log
|
|
*.out
|
|
/bin/
|
|
/tmp/
|
|
|
|
## Git
|
|
!.gitkeep
|
|
!.gitignore
|
|
|
|
## GitHub
|
|
!.github/
|
|
|
|
## Editorconfig
|
|
!.editorconfig
|
|
|
|
## Golang
|
|
go.work
|
|
go.work.sum
|
|
!.golangci.yml
|
|
!.goreleaser.yml
|