Files
acdl/.gitignore
T
Jon Chery 798f430218 fix(P10 prep): gitignore terraform/spike/.terraform.lock.hcl (P1-2)
---ci---
project: acdl
phase: 10
milestone: v1.1
status: plan-as-execute
persona: lead-developer
task: T-10.0
type: prerequisite-fix
---/ci---

Phase 09 verify flagged P1-2: terraform/spike/.terraform.lock.hcl was
untracked + not gitignored (the Phase 09 gitignore list covered .terraform/,
tfplan, *.tfstate* but missed the lock file at the spike root). Added
terraform/spike/.terraform.lock.hcl to .gitignore.

Also installed checkov 3.3.8 (D-045: pip install checkov>=3.2,<4) for
Phase 10's Checkov PolicyCheckResult step.
2026-07-21 19:23:36 +00:00

16 lines
256 B
Plaintext

__pycache__/
*.pyc
*.pyo
.env
.env.*
state.json
audit.json
*.tmp
.DS_Store
runner-data/
.env.secrets
terraform/bootstrap/.bootstrap_state.json
terraform/spike/.terraform/
terraform/spike/.terraform.lock.hcl
terraform/spike/tfplan
terraform/spike/*.tfstate*