From 8a24011ce8c8c5030275c4fa69ed45a6957fb310 Mon Sep 17 00:00:00 2001 From: Ascended Date: Tue, 6 Sep 2022 15:34:09 -0500 Subject: [PATCH] Add log directory to gitignore Quick headache saver --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0758b0eb..3a753597 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ __pycache__ /ui-config.json /outputs /config.json +/log \ No newline at end of file