mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Add `fairsim` binary (from #8158) to `.gitignore` and `make clean` and remove it from the repo. (Don't add it to `make bins` since it's not generally useful.) ## Why It accidentally got checked in.
51 lines
533 B
Plaintext
51 lines
533 B
Plaintext
.tmp/
|
|
.bin/
|
|
.stamp/
|
|
|
|
.idea/
|
|
.vscode/settings.json
|
|
.vscode
|
|
*.code-workspace
|
|
.DS_Store
|
|
.coverage
|
|
.testoutput
|
|
|
|
*.out
|
|
*.test
|
|
*.xml
|
|
!tools/testrunner/testdata/*.xml
|
|
*.swp
|
|
/*.iml
|
|
*.cov
|
|
*.html
|
|
/test.log
|
|
|
|
# Executables produced by temporal repo
|
|
/temporal-*
|
|
/tctl*
|
|
/tdbg
|
|
/fairsim
|
|
|
|
# proto images
|
|
/proto/image.bin
|
|
/proto/chasm.bin
|
|
# api+google proto dependencies
|
|
/proto/api.binpb
|
|
|
|
# Goreleaser
|
|
/dist
|
|
|
|
# direnv
|
|
.envrc
|
|
|
|
# Git SPR: https://github.com/ejoffe/spr
|
|
.spr.yml
|
|
|
|
/proto.tmp
|
|
|
|
**/.venv/
|
|
**/.ruff_cache/
|
|
|
|
# Ignoring AI agent files
|
|
.agents/
|