From fff2d017beb538d63e75b0447d361243ac7dcab7 Mon Sep 17 00:00:00 2001 From: boban Date: Fri, 3 Jul 2026 20:06:14 +0200 Subject: [PATCH] build: export-ignore the promote.sh test scripts too (they invoke the ignored script) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 73becda..fc7aa9b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,6 +20,8 @@ # Release tooling + the dev-only in-dashboard release bridge — private-CI / dev-box only. /scripts/promote.sh export-ignore +/scripts/promote.test.sh export-ignore +/tests/scripts/promote-guard.test.sh export-ignore /app/Livewire/Release export-ignore /app/Services/ReleaseBridge.php export-ignore /app/Services/ReleasePlanner.php export-ignore