From 04833277e1e62b58778ae3ae6390a7239c3690ac Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Tue, 14 May 2024 19:41:35 +0200 Subject: [PATCH] Edited: .gitignore - added test-report.html --- api/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.gitignore b/api/.gitignore index e44b27c..cdb89d3 100644 --- a/api/.gitignore +++ b/api/.gitignore @@ -2,3 +2,4 @@ node_modules/ dist/ package-lock.json .env +test-report.html