mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
* Add some documentation to the maximumInterval field of ExponentialRetryPolicy commit-id:09489711 * Ignore Git SPR config file commit-id:aa42d8fc
34 lines
326 B
Plaintext
34 lines
326 B
Plaintext
.tmp/
|
|
|
|
.idea/
|
|
.vscode/settings.json
|
|
.vscode
|
|
*.code-workspace
|
|
.DS_Store
|
|
.coverage
|
|
|
|
*.out
|
|
*.test
|
|
*.xml
|
|
*.swp
|
|
/*.iml
|
|
*.cov
|
|
*.html
|
|
/test.log
|
|
|
|
# Executables produced by temporal repo
|
|
/temporal-*
|
|
/tctl*
|
|
/tdbg
|
|
|
|
# Buf proto image
|
|
/proto/image.bin
|
|
|
|
# Goreleaser
|
|
/dist
|
|
|
|
# direnv
|
|
.envrc
|
|
|
|
# Git SPR: https://github.com/ejoffe/spr
|
|
.spr.yml |