chore: add TestResults to gitignore

This commit is contained in:
Joseph Doherty
2026-03-01 13:40:34 -05:00
parent 3b736499e4
commit 9926db345e
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -16,6 +16,9 @@ porting.db-shm
# Visual Studio cache/options directory
.vs/
# Test results
**/TestResults/
# NuGet
*.nupkg
*.snupkg