From 08e25d17b139dd5b66b5821da700fdecb498f4be Mon Sep 17 00:00:00 2001 From: Ryan King Date: Thu, 24 Jan 2019 09:53:58 -0800 Subject: [PATCH 1/2] [fix] ignore terraform.d to avoid checking in plugins --- templates/repo/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/repo/.gitignore b/templates/repo/.gitignore index 1bbf56c97..a98bad3b9 100644 --- a/templates/repo/.gitignore +++ b/templates/repo/.gitignore @@ -13,4 +13,5 @@ # Pycharm folder .idea -.fogg \ No newline at end of file +.fogg +terraform.d \ No newline at end of file From 30a3c8665eca94f3021eb990bfd7e3b47099fc18 Mon Sep 17 00:00:00 2001 From: Ryan King Date: Thu, 24 Jan 2019 10:21:03 -0800 Subject: [PATCH 2/2] anchor the terraform.d ignore to the top of the repo --- templates/repo/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/.gitignore b/templates/repo/.gitignore index a98bad3b9..e92d47413 100644 --- a/templates/repo/.gitignore +++ b/templates/repo/.gitignore @@ -14,4 +14,4 @@ .idea .fogg -terraform.d \ No newline at end of file +/terraform.d \ No newline at end of file