Added other files and extension to ignore to strengthen the terraform.gitignore template

This commit is contained in:
Rachit Sheth 2024-06-06 00:14:16 +01:00
parent c5f768fc49
commit b2d1fcee65

View File

@ -39,6 +39,17 @@ terraform.rc
# Ignore hcl file
.terraform.lock.hcl
# Ignore graph files
*.dot
# Ignore graph file
*.dot
# Ignore lock.hcl
*.terraform.*
# to skip MacOS file found after creating .bicep
.DS_Store
# plan files (optional). To save plan before destroy
planout
# Ignore tfplan files, saved during terraform plan execution
*.out