From e476bca29c8f37c0ba705284f5789b76fae09cfe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 11 Jul 2014 22:05:13 -0700 Subject: [PATCH] Add tfplan to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f5a7400d3..03a5621e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.dll *.exe example.tf +terraform.tfplan terraform.tfstate bin/ vendor/