From 8bda0c3bef8d9bdb7365eabfe6f2317f2ee2650b Mon Sep 17 00:00:00 2001 From: randogoth Date: Sun, 21 May 2023 23:38:43 +0300 Subject: [PATCH] ignore db --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b693b3..487fafe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__/ *.py[cod] *$py.class web/micron/ -sticker/ \ No newline at end of file +sticker/ +db.json \ No newline at end of file