mirror of
https://github.com/github/gitignore.git
synced 2025-02-22 22:24:54 +08:00
Added other files and extension to ignore to strengthen the terraform.gitignore template
This commit is contained in:
parent
c5f768fc49
commit
b2d1fcee65
@ -39,6 +39,17 @@ terraform.rc
|
|||||||
# Ignore hcl file
|
# Ignore hcl file
|
||||||
.terraform.lock.hcl
|
.terraform.lock.hcl
|
||||||
|
|
||||||
|
# Ignore graph files
|
||||||
# Ignore graph file
|
|
||||||
*.dot
|
*.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
|
Loading…
Reference in New Issue
Block a user