- 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
40 lines
441 B
Plaintext
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
|