From 1f24947aab9d2c6748c7df9706f30c597d017379 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sat, 29 Jan 2022 11:18:38 +0100 Subject: [PATCH] fix gitignore Signed-off-by: Benny Samir Hierl --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec65971..b48fca3 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,4 @@ coverage .env data prisma/seed.ts -public/*,jpeg +public/*.jpeg