From 0e3049b0e400f3b9f8f134f268c179541851977d Mon Sep 17 00:00:00 2001 From: Chazz <6433463+chazzam@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:29:17 -0600 Subject: [PATCH] Create log/.gitignore Need the log directory to persist, but ignore the contents --- log/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 log/.gitignore diff --git a/log/.gitignore b/log/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/log/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore