From 5fa9403f4935ace59e73d0dd1b5a44040484a200 Mon Sep 17 00:00:00 2001 From: Dennis Hoppe Date: Sat, 29 Jan 2022 18:06:51 +0100 Subject: [PATCH] chore: Ignore automatically generated .tfvars files (#9) --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7a3e2fd..d7c4da4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,7 @@ crash.log # 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 +*.auto.tfvars # Ignore override files as they are usually used to override resources locally and so # are not checked in