# Private, composed deployment configuration. Install into /etc/orchestra/ # only after all environment-specific values have been filled in. .orchestra-config/ # Built binaries (never commit — a stale committed binary is a deployment- # confusion hazard). `clients/` is deliberately NOT ignored: it holds the # still-deployed Design A herdr bridge, and deployed code must be tracked. /orchestra /orchestra-worker # Web UI build inputs/outputs. node_modules in particular ships vendored Go # packages (e.g. flatted/golang), so leaving it merely untracked is not # enough — `go build ./...` and `go test ./...` walk into it. /package-lock.json node_modules/ .node_modules/ web/dist/ web/tsconfig.tsbuildinfo