From fa05c5ea096dcc13f6d60f9881545637566ff0e3 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Wed, 26 Apr 2023 16:52:15 +0100 Subject: [PATCH] making gitignore ignore the contents of the log dir rather than the dir itself. Think it may be why the integration tests are failing --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0786436..22c1c2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ scratch* *.pyc *.zip -coordinator/logs/ +coordinator/logs/* logs/* *.log Cred-WRSIS-API.json -- GitLab