mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Merge pull request #2650 from jkodroff/patch-1
Remove tfvars files from Terraform.gitignore
This commit is contained in:
commit
67ce838597
1 changed files with 5 additions and 2 deletions
|
@ -5,5 +5,8 @@
|
|||
*.tfstate
|
||||
*.tfstate.*
|
||||
|
||||
# .tfvars files
|
||||
*.tfvars
|
||||
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
|
||||
# .tfvars files are managed as part of configuration and so should be included in
|
||||
# version control.
|
||||
#
|
||||
# example.tfvars
|
||||
|
|
Loading…
Add table
Reference in a new issue