gotsrpc/.gitignore
2024-11-08 14:32:49 +01:00

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