From d4b79cf95a621401ec17a2607fed175216f70bfa Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Thu, 10 Sep 2026 20:21:23 +0530 Subject: [PATCH] ignore coverage.xml test artifact --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d173c8f..e24f273 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,8 @@ Thumbs.db # ========================= .env .env.* + +# ========================= +# Testing artifacts +# ========================= +coverage.xml