From 156b48dddb5a89a7f3ee215168ec1d8ad54512af Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 19 Oct 2022 09:05:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20ignore=20prisma/*.db?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff5dc1a..09464ea 100644 --- a/.gitignore +++ b/.gitignore @@ -144,4 +144,7 @@ dist # Docker database -docker-compose.local.yml \ No newline at end of file +docker-compose.local.yml + +# Prisma +prisma/*.db \ No newline at end of file