From 7470c9234347cd6ad79512f8b30097201be9aff4 Mon Sep 17 00:00:00 2001 From: NiveditJain Date: Fri, 8 May 2026 00:18:16 -0700 Subject: [PATCH] [luv-309] chore: gitignore local .monitor-*.sh/.log scratch files Used during ad-hoc CI watch loops; not part of the project source. Same chore that was committed on the abandoned luv-307 (post-squash-merge of #306) but never made it into main. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1185ce20..214188df 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,7 @@ packages/*/assets/ # WSL/Windows alternate data streams *:Zone.Identifier .dev.log + +# Local monitoring scratch files (CI run watchers etc.) +.monitor-*.sh +.monitor-*.log