From 8471e5177cf84825089b47e4b3f62f9621671093 Mon Sep 17 00:00:00 2001 From: fullgream Date: Sun, 17 Aug 2025 17:53:34 +0300 Subject: [PATCH] add .db files on gitigore --- server/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/.gitignore b/server/.gitignore index 13f994d..53aa8ef 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -117,6 +117,9 @@ dist # DynamoDB Local files .dynamodb/ +# DB local files +.db + # TernJS port file .tern-port @@ -128,4 +131,4 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.*