chore: add test-results directory to gitignore
| @@ -55,4 +55,5 @@ public/scripts/extensions/third-party | ||
| 55 | 55 | .env |
| 56 | 56 | /StartDev.bat |
| 57 | 57 | yarn.lock |
| 58 | -*.code-workspace | |
| 58 | \ No newline at end of file | |
| 58 | +*.code-workspace | |
| 59 | +test-results/ | |
| @@ -55,4 +55,5 @@ public/scripts/extensions/third-party | ||
| 55 | 55 | .env |
| 56 | 56 | /StartDev.bat |
| 57 | 57 | yarn.lock |
| 58 | -*.code-workspace | |
| 58 | \ No newline at end of file | |
| 58 | +*.code-workspace | |
| 59 | +test-results/ | |