Skip to content

Commit

Permalink
Add wildcard to .tfvars in .gitignore
Browse files Browse the repository at this point in the history
This ensures that .tfvars files in subdirectories are also ignored by git.
  • Loading branch information
dav3r authored and jsf9k committed Nov 28, 2022
1 parent 967bd50 commit 2fa19ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dist
## Terraform ##
.terraform
.terraform.lock.hcl
.tfvars
*.tfvars

0 comments on commit 2fa19ff

Please sign in to comment.