From 0d63fcb6b51f135ca45ee8277e7f22fb0e8eef17 Mon Sep 17 00:00:00 2001 From: mcbloch Date: Wed, 27 Mar 2024 17:24:36 +0100 Subject: [PATCH] add extra folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 706c774..97d692d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ data/ data_backup/ +drive/ drive-temp/ db.json .env @@ -7,4 +8,4 @@ db.json venv/ __pycache__/ .idea -config.toml \ No newline at end of file +config.toml