From 018fc47d9c4747ac79119f958e8cbe3959fd4cfd Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Sun, 8 Feb 2026 22:42:47 +0100 Subject: [PATCH] Ignore test result coverage artifacts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0e6abc3..646165f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,10 @@ scripts/deploy-ftp.profile.psd1 # Logs *.log +# Test results / coverage artifacts +TestResults/ +coverage.cobertura.xml + # SQLite data App_Data/ *.db