From 1b3d910f98d35635ad75ffd6d85b3100376824ac Mon Sep 17 00:00:00 2001 From: Ben Brady Date: Wed, 20 Oct 2021 16:37:24 +0100 Subject: [PATCH] updated .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9239379..d80b26a 100644 --- a/.gitignore +++ b/.gitignore @@ -154,6 +154,6 @@ cython_debug/ # End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python .vscode ./Test/Section.db -./src/Data/Database.db -./src/Data/Log.csv +*/Data/Database.db +*/Data/Log.csv *.env* \ No newline at end of file