Skip to content

Commit

Permalink
chore: add terraform cache and temps to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgamache committed Feb 13, 2024
1 parent 0236f64 commit 23bd4c2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ env.bak/
venv.bak/
.DS_Store

# Terraform cache
.terraform
# Terraform cache and files from local and migration runs
.terraform/
*.tfstate
*.tfvars
.terraform.lock.hcl
credentials.json
terraform/*.sh

0 comments on commit 23bd4c2

Please sign in to comment.