13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
# EnvRC files contain secrets that must not be checked in
|
|
.envrc
|
|
|
|
# Kustomize artifacts
|
|
**/charts
|
|
|
|
# OpenTofu working files
|
|
.terraform*
|
|
output/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
**/*.tfplan
|