add test output files to gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 12:15:00 +01:00
parent 486c194f08
commit 58251e21cc

6
.gitignore vendored
View File

@@ -7,3 +7,9 @@ build
.DS_Store .DS_Store
/designer/test/*test_result.txt /designer/test/*test_result.txt
/sandbox-test/test_results.json /sandbox-test/test_results.json
# Test output files
screenshot_*.png
test_*.json
test_*.txt
test_*.log