From a48a696d50dd331165d0be0689cf70e8b8a57bb3 Mon Sep 17 00:00:00 2001 From: Supositware Date: Tue, 4 Apr 2023 16:07:54 +0000 Subject: [PATCH] Ignore sqlite3 database --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ac2a28f..7c4ffad8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ node_modules/ bin/ config/config.json json/board/ -unloaded/ \ No newline at end of file +unloaded/ +database.sqlite3 \ No newline at end of file