From f6431891bc5812a10db8effba5a47d1ba0229fd7 Mon Sep 17 00:00:00 2001 From: megaproxy Date: Tue, 26 May 2026 16:06:08 +0100 Subject: [PATCH] gitignore: cargo-test.log PowerShell `cargo test ... *> ..\cargo-test.log` artifact from manual test runs on the Windows host. Same shape as the existing dev.log / screen*.png scratch entries. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1d31ebf..a5cdf6b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ src-tauri/gen/ /shot*.png /tiletopia-window.png /tilescript.ps1 +/cargo-test.log