From 545996b891bb49b586c17fdb7e36fed61acc53f3 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 24 May 2017 16:38:23 -0600 Subject: [PATCH] Update .gitignore Add .terraform to .gitignore (to ignore local copies of Terraform state) Signed-off-by: Scott Lowe --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7c261f3..dcd05bd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ consul-*.config.json *.defaults ssh.cfg known_hosts +.terraform