chore: ignore terraform lockfiles
Add *.terraform.lock.hcl to .gitignore so per-module lockfiles are not tracked alongside module sources.
This commit is contained in:
parent
dccaca5720
commit
1c9313c7b0
|
|
@ -5,6 +5,9 @@
|
||||||
*.tfstate
|
*.tfstate
|
||||||
*.tfstate.*
|
*.tfstate.*
|
||||||
|
|
||||||
|
# Terraform lockfiles
|
||||||
|
*.terraform.lock.hcl
|
||||||
|
|
||||||
# Crash log files
|
# Crash log files
|
||||||
crash.log
|
crash.log
|
||||||
crash.*.log
|
crash.*.log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue