nicholai-work-2026/.gitignore
Nicholai 7a24dcc387 Add ClientRouter and clean up legacy prefetch in BaseLayout
- Updated .gitignore to include GEMINI.md.
- Documented client router implementation and decisions in dev/continuity.md.
- Added ClientRouter component and theme persistence logic to BaseLayout.astro.
- Removed legacy intent‑based prefetch script.

Hubert The Eunuch
Trapped in this commit, I endure
2026-01-02 02:05:32 -07:00

40 lines
441 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
src/utils/.env
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
!.env.example
.specstory/**
.specstory/
.cursorindexingignore
# AGENTS.md symlink
AGENTS.md
GEMINI.md