From 1da16c9f648d6748641c6cf53bea4fa753432a5b Mon Sep 17 00:00:00 2001 From: Alejandro Falkowski Date: Thu, 8 Aug 2024 15:46:01 +0200 Subject: [PATCH] test(git): ignore files (#138) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1fa27ce..a8c978a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ vendor test/reports/*.cov test/reports/*.xml +test/reports/*.prof +*.test