From c9a4adb3b8fc032d3b55e47e08488846eff5e604 Mon Sep 17 00:00:00 2001 From: "Scott S. Lowe" Date: Fri, 21 Oct 2016 14:54:46 -0600 Subject: [PATCH] Add directory-specific .gitignore file Add .gitignore file to ignore Terraform state and state backup files. Signed-off-by: Scott S. Lowe --- terraform-aws/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 terraform-aws/.gitignore diff --git a/terraform-aws/.gitignore b/terraform-aws/.gitignore new file mode 100644 index 0000000..e2bf8bc --- /dev/null +++ b/terraform-aws/.gitignore @@ -0,0 +1,2 @@ +*.tfstate +*.tfstate.backup