Files
publisher-dashboard/.gitignore
RevIQ 82f39e0335 Add TanStack Query and update dashboard card styling
- 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>
2026-01-08 17:27:23 +08:00

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/