From 734615cf82b1724e24a0d1bbeba254caef425b32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yusuf=20Akg=C3=BCl?= <s86116@bht-berlin.de>
Date: Sat, 20 May 2023 22:22:11 +0200
Subject: [PATCH] adjusting .gitignore again

---
 .gitignore | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7114c07..02c37f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,5 @@ yarn-error.log*
 next-env.d.ts
 
 # prisma
-prisma/migrations
-dev.db
-dev.db-journal
\ No newline at end of file
+/prisma/migrations/*
+dev.db*
\ No newline at end of file
-- 
GitLab