Skip to content

Commit 61af6df

Browse files
authored
chore: untrack the build logs that were triggering full CI runs (#771)
Untracked: build.log changed.tsv inst.log lint.log stylelint.log t2.log test_unit.log
1 parent 2fdf073 commit 61af6df

8 files changed

Lines changed: 8 additions & 1750 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,11 @@ tests/e2e/test-results/
7878
.stale/
7979
/.e2e-state/
8080
.phpunit.cache
81+
82+
# Build and test transcripts written at the repo ROOT by local tooling. These
83+
# were tracked, so every local build produced a commit-shaped diff, and every
84+
# such commit triggered the full Code Quality suite — 34 jobs deciding a
85+
# changed log file. Root-anchored on purpose: .claude/skills/*/examples/*.log
86+
# are gate FIXTURES, not artefacts, and must stay tracked.
87+
/*.log
88+
/changed.tsv

build.log

Lines changed: 0 additions & 997 deletions
This file was deleted.

changed.tsv

Lines changed: 0 additions & 8 deletions
This file was deleted.

inst.log

Lines changed: 0 additions & 27 deletions
This file was deleted.

lint.log

Lines changed: 0 additions & 310 deletions
This file was deleted.

stylelint.log

Lines changed: 0 additions & 149 deletions
This file was deleted.

t2.log

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)