From c625af5762cf35a89192d246b1e0a993ae54d7d1 Mon Sep 17 00:00:00 2001 From: Rick O Date: Thu, 11 Oct 2018 15:58:21 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4256dfc..4dd8943 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ -.terraform -terraform.tfstat -terraform.tfvars +# Local .terraform directories +**/.terraform/* + +# .tfstate files +*.tfstate +*.tfstate.* + +# .tfvars files +*.tfvars + +# generated key files +*.pem