Skip to content

Gitignore built registry output#12

Merged
nahiyankhan merged 1 commit intomainfrom
ghost-ui
Apr 7, 2026
Merged

Gitignore built registry output#12
nahiyankhan merged 1 commit intomainfrom
ghost-ui

Conversation

@nahiyankhan
Copy link
Copy Markdown
Collaborator

@nahiyankhan nahiyankhan commented Apr 7, 2026

Summary

  • Gitignore packages/ghost-ui/public/r/ — registry JSON files are build artifacts that will be generated at deploy time by the static site
  • Remove 108 tracked registry JSON files from git
  • Fix pre-existing biome lint warnings in visual-harness.ts (noExplicitAny, noNonNullAssertion)

Test plan

  • just build-registry still produces valid output in public/r/
  • git status shows no untracked registry files after build
  • pnpm check passes cleanly

🤖 Generated with Claude Code

Registry JSON files in public/r/ will be generated at deploy time
by the static site build rather than committed to the repo. Also
adds biome-ignore directives for unavoidable `any` usage in the
visual harness's dynamic imports and browser-context globals.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nahiyankhan nahiyankhan merged commit 5723ee0 into main Apr 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant