Updating .gitignore

This commit is contained in:
2025-10-12 15:07:10 -04:00
parent 9011f2babc
commit 5c06f314dd
+4 -6
View File
@@ -10,8 +10,8 @@ crash.log
crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json
@@ -30,13 +30,11 @@ override.tf.json
# !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
example: *tfplan*
# Ignore CLI configuration files
.terraformrc
terraform.rc
# Envs
*.env*
**/.cf-terraforming
*.env*