mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
Swap the Hum carousel card from Sprout (hum-02) to Bubble (hum-07), the guided sourdough Narrative Workflow build. Keep only one custom example in the showcase, the Mend Assembly repair-cafe poster; the other bespoke pages stay in the repo but off the landing. Untrack hum-02 so only featured builds ship, refresh the scroll-demos manifest, and bump the cache version.
70 lines
1.5 KiB
Plaintext
70 lines
1.5 KiB
Plaintext
# macOS
|
||
.DS_Store
|
||
.AppleDouble
|
||
.LSOverride
|
||
|
||
# Editor
|
||
.vscode/
|
||
.idea/
|
||
*.swp
|
||
*.swo
|
||
*~
|
||
|
||
# Node (in case future tooling lands)
|
||
node_modules/
|
||
npm-debug.log*
|
||
yarn-debug.log*
|
||
yarn-error.log*
|
||
.pnpm-debug.log*
|
||
|
||
# Build / temp
|
||
dist/
|
||
build/
|
||
.cache/
|
||
*.log
|
||
.vercel
|
||
|
||
# Environment + secrets
|
||
.env
|
||
.env.local
|
||
.env.*.local
|
||
|
||
# Generation pipeline artifacts (raw outputs before commit)
|
||
.image-cache/
|
||
|
||
# Runtime state from Hallmark's own runs (per-project log, never publish)
|
||
.hallmark/
|
||
|
||
# `skills` CLI install lockfile — generated whenever 'skills add' runs in this
|
||
# directory, not part of the skill source.
|
||
skills-lock.json
|
||
.agents/
|
||
|
||
# Local agent / preview tooling config (Claude Code, etc.) — not skill source
|
||
.claude/
|
||
|
||
# Launch-day comparison artifacts — one-off, not referenced from the marketing
|
||
# site or README. Kept locally if useful.
|
||
site/_launch-comparison/
|
||
|
||
# Local example explorations — kept on disk, never published. The landing
|
||
# carousel links only the featured builds (carnival-01, cobalt-01, custom-01–05,
|
||
# hum-02, lumen-01); those stay tracked. Everything below is scratch: extra
|
||
# generations, the private gallery/worked indexes, and component demos.
|
||
site/examples/index.html
|
||
site/examples/worked.html
|
||
site/examples/lumen-index.html
|
||
site/examples/_diagnostic.html
|
||
site/examples/nav-demo/
|
||
site/examples/hum-buttons/
|
||
site/examples/gallery-0[12]/
|
||
site/examples/carnival-0[2-9]/
|
||
site/examples/cobalt-02/
|
||
site/examples/hum-01/
|
||
site/examples/hum-02/
|
||
site/examples/hum-0[3-8]/
|
||
!site/examples/hum-07/
|
||
site/_tests/_thumbs/hum-02.jpg
|
||
|
||
site/examples/lumen-0[2-4]/
|