From 3e35da0118e8e6b44863b3fee12c1e2dff96b02e Mon Sep 17 00:00:00 2001 From: Asad Date: Fri, 17 Jan 2025 15:17:33 -0500 Subject: [PATCH] chore: added .db in gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8bc2e76..f42cc34 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ node_modules playground.db .env + +bincode.db