mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
41 lines
331 B
Plaintext
41 lines
331 B
Plaintext
.*
|
|
*.zip
|
|
*.tar
|
|
*.out
|
|
*.log
|
|
bin/
|
|
dist/
|
|
tmp/
|
|
|
|
## Git
|
|
!.gitignore
|
|
!.gitkeep
|
|
|
|
## GitHub
|
|
!.github/
|
|
|
|
## Editorconfig
|
|
!.editorconfig
|
|
|
|
## Docker
|
|
!.dockerignore
|
|
|
|
## Husky
|
|
!.husky/
|
|
!.husky.yaml
|
|
|
|
## Node ##
|
|
**/node_modules/
|
|
|
|
## TypeScript
|
|
*.tsbuildinfo
|
|
|
|
### Golang
|
|
/go.work
|
|
/go.work.sum
|
|
!.golangci.yaml
|
|
!.goreleaser.yaml
|
|
|
|
## Mise
|
|
!.mise.toml
|