mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
chore: update gitignore
This commit is contained in:
parent
24e6f55ea9
commit
2634da8453
26
.gitignore
vendored
26
.gitignore
vendored
@ -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
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user