Files
temporal/.gitignore
Harsha Teja Kanna f5b17bd15c Added goreleaser configuration to publish binaries (#1357)
* Added goreleaser configuration to publish binaries
* Make binaries usable with scratch or distroless Docker images
2021-03-05 14:26:02 -08:00

28 lines
250 B
Plaintext

.tmp/
.idea/
.vscode/settings.json
*.code-workspace
.DS_Store
.coverage
*.out
*.test
*.xml
*.swp
/*.iml
*.cov
*.html
/test.log
# Executables produced by temporal repo
/temporal-*
/tctl*
# Buf proto image
/proto/image.bin
# Goreleaser
/dist
/bin