chore: stop tracking local Terraform state and provider cache
Keep .terraform.lock.hcl for reproducible provider pins; gitignore state files and the .terraform/ working directory.
This commit is contained in:
@@ -10,3 +10,6 @@ __pycache__/
|
||||
node_modules/
|
||||
dist/
|
||||
.env
|
||||
.terraform/
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
|
||||
Reference in New Issue
Block a user