- Images/images.html: hub page linking all 4 collections - Images/wayback.html, nomad-soul.html, myster-wizzard.html, exopraxist.html: collection galleries - 429 thumbnails (360px) committed across 4 collections - Gallery renders from baked filename arrays (no on-load fetch) - Lightbox lazy-fetches FileBrowser for full-res on click, falls back to thumbnail - .gitignore: allow Images/*/thumbnails/, anchor /GEMINI.md to root only, add .venv/ - index.html: wire Images star node to Images/images.html Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
56 lines
820 B
Plaintext
56 lines
820 B
Plaintext
# Old site/ build dir — index.html now lives at repo root
|
|
site/
|
|
|
|
# Agent workspace — not for deployment
|
|
skills/
|
|
spores/
|
|
CREATURE-PLAYGROUND/
|
|
DumperCan/
|
|
PARENT.md
|
|
SONNET.md
|
|
/GEMINI.md
|
|
!Images/GEMINI.md
|
|
SPORE_SYSTEM_SPEC_v0.2.md
|
|
SEEDS.md
|
|
*-JL-notes.md
|
|
HomePage-JL-notes.md
|
|
|
|
# Large media files — use FileBrowser (files.exopraxist.org) instead
|
|
*.jpg
|
|
*.JPG
|
|
*.jpeg
|
|
*.JPEG
|
|
*.png
|
|
*.PNG
|
|
*.gif
|
|
*.GIF
|
|
|
|
# Thumbnails are small (360px) and live in git
|
|
!Images/*/thumbnails/
|
|
!Images/*/thumbnails/*.jpg
|
|
!Images/*/thumbnails/*.JPG
|
|
!Images/*/thumbnails/*.jpeg
|
|
!Images/*/thumbnails/*.JPEG
|
|
!Images/*/thumbnails/*.png
|
|
!Images/*/thumbnails/*.PNG
|
|
*.mp3
|
|
*.mp4
|
|
*.webm
|
|
*.ttf
|
|
*.woff
|
|
*.woff2
|
|
*.otf
|
|
|
|
# Binaries
|
|
DumperCan/WAMEX/WAMEX
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
.venv/
|