From c8fbd68f778e326f983a1ae0fd49a5af07691ec2 Mon Sep 17 00:00:00 2001 From: Steven St Jean Date: Wed, 24 Mar 2021 09:20:10 -0400 Subject: [PATCH 1/2] Ignore *.tfvars.json files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bdd642b27..be2da39d8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ tier-0.tfvars.json tier-1.tfvars.json tier-2.tfvars.json globals.tfvars.json +*.tfvars.json # Bash artifacts *.vars @@ -46,4 +47,4 @@ __pycache__/ *.pyc **/.idea/ **/config_output/ -**/exec_output \ No newline at end of file +**/exec_output From 4faccba186ca1bb873dfd993536931601b57b9fd Mon Sep 17 00:00:00 2001 From: sstjean Date: Wed, 24 Mar 2021 14:19:34 +0000 Subject: [PATCH 2/2] Updated to leave *.orig.tfvars.json files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index be2da39d8..3276b3bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ tier-1.tfvars.json tier-2.tfvars.json globals.tfvars.json *.tfvars.json +!*.orig.tfvars.json # Bash artifacts *.vars