From 23c8350ba4053dbde995dd3a4772eb92d2e50d23 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 19 Jun 2014 14:09:03 -0700 Subject: [PATCH] Add the state to the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a144d2e115..f5a7400d37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.dll *.exe example.tf +terraform.tfstate bin/ vendor/