From 11ea675be07d3692ec48666750c920a866805caa Mon Sep 17 00:00:00 2001 From: Ophestra Umiker <cat@ophivana.moe> Date: Fri, 11 Oct 2024 19:51:30 +0900 Subject: [PATCH] chore: ignore default database path Database default will be "db" and will commonly be created at project root during testing. Signed-off-by: Ophestra Umiker <cat@ophivana.moe> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a930ab6..d9498b7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ *.dylib /backend +# database +/db + # Test binary, built with `go test -c` *.test -- GitLab