From 92b985ff5d0178555c3da57e6b90e8e97637b3f4 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Sun, 14 Jul 2024 00:27:46 +0700 Subject: [PATCH] chore(bots/discord): add `*.sqlite3` to gitignore --- bots/discord/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/bots/discord/.gitignore b/bots/discord/.gitignore index 1d6382a..b9c3d9f 100644 --- a/bots/discord/.gitignore +++ b/bots/discord/.gitignore @@ -180,6 +180,7 @@ config.ts # DB *.db *.sqlite +*.sqlite3 # Auto-generated files src/commands/index.ts