From 58251e21cc58c7144f54c9c7352b7a772aac1c4a Mon Sep 17 00:00:00 2001 From: omigamedev Date: Mon, 19 Jan 2026 12:15:00 +0100 Subject: [PATCH] add test output files to gitignore Co-Authored-By: Claude Opus 4.5 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index bbf8e82..52fe741 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,9 @@ build .DS_Store /designer/test/*test_result.txt /sandbox-test/test_results.json + +# Test output files +screenshot_*.png +test_*.json +test_*.txt +test_*.log