oracle: track live-html's dist/generated.html (the root dist/ ignore hid it from CI checkouts)

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
This commit is contained in:
Paul Bakaus
2026-09-01 16:40:25 -07:00
co-authored by Claude Fable 5.1
parent 6580c47f1f
commit 36037ea8c5
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ build/
# can copy them into tmp git repos and assert is-generated behavior.
!tests/framework-fixtures/**/dist/
!tests/framework-fixtures/**/dist/**
# Same for the oracle workspaces: live-html carries a dist/generated.html
# that the generated-file cases point at.
!tests/oracle/workspaces/**/dist/
!tests/oracle/workspaces/**/dist/**
# Build artifacts
*.log
+7
View File
@@ -0,0 +1,7 @@
<!-- @generated by build.js. DO NOT EDIT. -->
<!DOCTYPE html>
<html>
<body>
<h1 class="built-title">Built output</h1>
</body>
</html>