The real .mcp.json now contains Loki credentials for basic auth, so it should not be committed. The example file has placeholders. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
513 B
Plaintext
26 lines
513 B
Plaintext
.direnv/
|
|
result
|
|
result-*
|
|
|
|
# MCP config (contains secrets)
|
|
.mcp.json
|
|
|
|
# Terraform/OpenTofu
|
|
terraform/.terraform/
|
|
terraform/.terraform.lock.hcl
|
|
terraform/*.tfstate
|
|
terraform/*.tfstate.*
|
|
terraform/terraform.tfvars
|
|
terraform/*.auto.tfvars
|
|
terraform/crash.log
|
|
terraform/crash.*.log
|
|
|
|
terraform/vault/.terraform/
|
|
terraform/vault/.terraform.lock.hcl
|
|
terraform/vault/*.tfstate
|
|
terraform/vault/*.tfstate.*
|
|
terraform/vault/terraform.tfvars
|
|
terraform/vault/*.auto.tfvars
|
|
terraform/vault/crash.log
|
|
terraform/vault/crash.*.log
|