Ignore test result coverage artifacts

This commit is contained in:
2026-02-08 22:42:47 +01:00
parent bc0245c1d4
commit 018fc47d9c

4
.gitignore vendored
View File

@@ -18,6 +18,10 @@ scripts/deploy-ftp.profile.psd1
# Logs # Logs
*.log *.log
# Test results / coverage artifacts
TestResults/
coverage.cobertura.xml
# SQLite data # SQLite data
App_Data/ App_Data/
*.db *.db