Skip to content

Commit

Permalink
refactor: Update .gitignore to exclude Terraform lock files and backu…
Browse files Browse the repository at this point in the history
…p states
  • Loading branch information
Raj committed Aug 6, 2024
1 parent c73ae90 commit 171a8d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,13 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml
infra/terraform.exe

# Terraform temporary execution files
*/terraform.exe
*/.terraform.lock.hcl
*/terraform.tfstate
*/.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.114.0/windows_386/LICENSE.txt
*/.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.114.0/windows_386/terraform-provider-azurerm_v3.114.0_x5.exe
*/terraform.tfstate.1722923016.backup
*/terraform.tfstate.1722923371.backup
*/terraform.tfstate.backup

0 comments on commit 171a8d6

Please sign in to comment.