From ad91dbd5e90391ac57e83324b38fe67e7211407d Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 14 Nov 2020 15:15:14 +0100 Subject: [PATCH] Updated the .gitignore file Hopefully this will fix the including of all log files in the repo --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 59b552e..27eb534 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ build/ .vscode/ ### Logging ### -/logs/ +*.log