📦 EqualifyEverything / equalify

📄 .gitignore · 22 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22node_modules
dist
.ds_store
.vscode
.env
.env.*

# Terraform — local working state, never the source of truth (remote state
# lives in S3 per infrastructure/README.md). .terraform.lock.hcl is
# deliberately NOT ignored — like package-lock.json, it should be committed
# so everyone gets the same provider versions.
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.tfvars.example
crash.log
crash.*.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json