From 8476f221467102c3ec3bb94a912ac063e7b0b725 Mon Sep 17 00:00:00 2001 From: cami Date: Wed, 23 Jun 2021 03:22:06 +0200 Subject: [PATCH] Removed the database file from git as this is not needed --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 3c8fcae..5a1393f 100644 --- a/.gitignore +++ b/.gitignore @@ -277,3 +277,8 @@ scripts/patches/*license*.txt !scripts/patches/debug_ce.sh !scripts/patches/debug_web.sh !scripts/patches/postgres.sh + + +# Custom exlusions +# databases which are created during development for register function +*.db