From 170baa44f874226e86f0176d7bc94fbfbcf14ca1 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Mon, 1 Feb 2021 16:59:05 +0000 Subject: [PATCH] #119: Ensure rotated log files are ignored by git --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51b7483a..6c34b475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ venv/ .idea/ *.pyc -logs.log +logs.log* config.json .vscode/ .nox/