# Private, composed deployment configuration. Install into /etc/orchestra/ # only after all environment-specific values have been filled in. .orchestra-config/ clients/ /orchestra # 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