From eb415814aaaa5696c0c257e9b31f80b57feb6713 Mon Sep 17 00:00:00 2001 From: yoshutch Date: Fri, 31 Jan 2020 11:12:44 -0700 Subject: [PATCH] gitignore .idea folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7a3e2fd..16c68e1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ override.tf.json # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # example: *tfplan* + +.idea