From 60bb0ffbbb8845b1733f24b68871b2f65e9ec2a4 Mon Sep 17 00:00:00 2001 From: Roman Godmaire Date: Sun, 19 Nov 2023 08:25:11 -0500 Subject: [PATCH] chore: Ignore DB files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6635cf5..414b5a2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* + +*.db