Spec covering radius/spacing tokens, interaction feedback (hover/active/ focus-visible), and a mobile workspace-toolbar wrapping fix, based on live screenshot review of the running app. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
369 B
Plaintext
33 lines
369 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
.worktrees/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Backend data and secrets
|
|
data/teaching-books.db
|
|
.env
|
|
|
|
# Brainstorming visual companion
|
|
.superpowers/
|