mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
* Added goreleaser configuration to publish binaries * Make binaries usable with scratch or distroless Docker images
28 lines
250 B
Plaintext
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
|