mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
chore: update gitignore
This commit is contained in:
parent
a2ae079ae9
commit
73203b24c0
32
.gitignore
vendored
32
.gitignore
vendored
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user