From 3f5bb7959a0e0b0401d0500bcd85abcebc5fb4dc Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Wed, 2 Aug 2023 20:43:05 -0700 Subject: [PATCH] Add cache, thumbs, and *.db to .gitignore bans.db is removed Signed-off-by: Alek Ratzloff --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac90c9e..ffcf069 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +cache bans -bans.db +thumbs +*.db # Created by https://www.toptal.com/developers/gitignore/api/python # Edit at https://www.toptal.com/developers/gitignore?templates=python