From 2cdeaeca0094a7aa37c5e2b78a0e4c82da609817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Voigt?= Date: Wed, 27 Apr 2022 21:59:36 +0200 Subject: [PATCH] Extend gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 238d847..132fb4d 100644 --- a/.gitignore +++ b/.gitignore @@ -103,5 +103,6 @@ venv.bak/ # mypy .mypy_cache/ -# Specific test directories -fileDownloads/* \ No newline at end of file +# Specific test directories and files +fileDownloads/* +salted-cache.sqlite3