From 6586ce243c097c432f138e32d11a0578a709ef55 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 7 May 2015 09:59:02 -0700 Subject: [PATCH] update gitignore so the acceptance test for terraform gets in --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e0b6954f8db5..314611940e7a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,8 @@ website/build website/node_modules .vagrant/ *.backup -*.tfstate +./*.tfstate +.terraform/ *.log *.bak *~