From 87daa07bd6ecaa87ec4bc16e2015ee349f4b703c Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Fri, 7 Mar 2025 12:07:25 +0100 Subject: [PATCH] ignore db globally --- .gitignore | 7 +++---- backend/.gitignore | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e768207..9012a4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -Mobile/build/ -API/.vs/ -API/obj/ -API/bin/ .vscode/ +Session.vim + +database.db diff --git a/backend/.gitignore b/backend/.gitignore index 2f64681..dc84959 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,3 +1,2 @@ build/ -database.db -Session.vim +