- Set up @tanstack/svelte-query and devtools in root layout - Configure QueryClient with 5-minute stale time - Update dashboard card to match Figma: regular font weight, no border - Add .playwright-mcp to gitignore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
48 lines
365 B
Plaintext
48 lines
365 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Svelte
|
|
.svelte-kit/
|
|
|
|
# Turborepo
|
|
.turbo/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.envrc
|
|
|
|
# Devenv
|
|
.devenv*
|
|
devenv.local.nix
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.cursor/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
*.pem
|
|
.vercel
|
|
|
|
.playwright-mcp/
|
|
|