From ced84bbd1848a4ee4aff85d71d62a8a690340b31 Mon Sep 17 00:00:00 2001 From: WahPlus Date: Mon, 20 Apr 2026 06:26:47 +0300 Subject: [PATCH] Added the DB to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f83faf3..c8e2bee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ token.txt -.idea \ No newline at end of file +.idea +db.json \ No newline at end of file