techarmor-iaac/.gitignore

14 lines
162 B
Text

# Secrets and environment files
.env
*.tfvars
*.tfstate
*.tfstate.backup
# Terraform cache
.terraform/
.terraform.lock.hcl
# OS & IDE
.DS_Store
.vscode/
.idea/