From 1116b2e1f2e83a7821866cd4388e147209ee2690 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Wed, 22 Dec 2021 12:58:21 -0600 Subject: [PATCH] Add .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7a3e2fd..df9a605 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ override.tf.json # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # example: *tfplan* +.DS_Store \ No newline at end of file