mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
Phase 6 of the relay split: the relay's deploy/operate surface moves under cloud/ with 24 cloud-* workflows gated on ORCA_CLOUD_OPERATIONS_ENABLED, the Cloud SQL rollout lease action, the relay Terraform root (dual-accept identities for both repositories), scripts, docs, CODEOWNERS, and a terraform validate job in Cloud Verify.
25 lines
441 B
Plaintext
25 lines
441 B
Plaintext
node_modules/
|
|
dist/
|
|
coverage/
|
|
.turbo/
|
|
.local/
|
|
.env
|
|
.env.local
|
|
.env.local.generated
|
|
*.log
|
|
|
|
# Terraform/OpenTofu local state and plans must stay out of git.
|
|
**/.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfplan
|
|
crash.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Local dev signing key + SQLite live under data/ — never commit (contains a
|
|
# private key and dev PII). Prod supplies the key via ORCA_CLOUD_SIGNING_KEY_PEM.
|
|
data/
|