mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
28 lines
241 B
Plaintext
28 lines
241 B
Plaintext
.*
|
|
bin/
|
|
dist/
|
|
tmp/
|
|
|
|
## Git ##
|
|
!.gitignore
|
|
!.gitkeep
|
|
|
|
## GitHub ##
|
|
!.github/
|
|
|
|
## Node ##
|
|
**/node_modules/
|
|
|
|
## TypeScript ###
|
|
*.tsbuildinfo
|
|
|
|
## Goreleaser ###
|
|
!.goreleaser.yaml
|
|
|
|
### Go ###
|
|
/go.mod
|
|
/go.sum
|
|
/go.work
|
|
/go.work.sum
|
|
!.golangci.yaml
|