From e50d39fb8e788861543f09a88f69694da8e7117f Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Mon, 10 Jul 2023 18:11:44 -0500 Subject: [PATCH] Add data/ and .terraform/ directories to the .gitignore file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b5739fe..f6d7a81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .*.sw? toclerbe +data/ +.terraform