Skip to content

Commit 0c3697d

Browse files
bloveclaude
andauthored
chore: gitignore root test-results + leaked marketing dry-run outputs (#599)
Two untracked-and-unignored artifact paths were leaking into git status: - /test-results/ — root Playwright run dir (the per-app website + cockpit ones were already ignored; the root one was missed). - marketing/channels/marketing/cowork/outbox/dry-runs/ — ephemeral channel dry-run simulations (each file carries "simulatedAt"). A shorter marketing/cowork/outbox/dry-runs/ path already has a committed .gitignore convention; this anchors the deeper doubled path the tool writes to. No tracked files affected. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 45ec564 commit 0c3697d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ tmp/
1616
apps/website/test-results/
1717
apps/website/public/demo/
1818
cockpit/**/angular/test-results/
19+
/test-results/
20+
21+
# Marketing channel dry-run simulation outputs (ephemeral; see "simulatedAt")
22+
marketing/channels/marketing/cowork/outbox/dry-runs/
1923

2024
# Env
2125
.env

0 commit comments

Comments
 (0)