From 1ec49cb467b0319aebcb0acdddc9c59969950460 Mon Sep 17 00:00:00 2001 From: "Ethan Clay (UWE)" <ethan2.clay@live.uwe.ac.uk> Date: Fri, 13 Dec 2024 11:34:52 +0000 Subject: [PATCH] Completely omit /logs folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 881f3a8..c75f429 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ **/__pycache__ *.log .env -node_modules/ \ No newline at end of file +node_modules/ +logs/ \ No newline at end of file -- GitLab