Markus flagged the LoadState export from PersonHoverCard.svelte as a view-vs-orchestrator boundary smell — both files own the same shape, and a third caller (admin previews, briefwechsel cards) would create a circular import. Move the types into src/lib/types/personHoverCard.ts so the contract is module-stable. Also harden .prettierignore + eslint.config.js so a stray .svelte-kit.old/ backup directory (rotated by SvelteKit during dev) doesn't break the lint hook — matches the existing .svelte-kit-backup/ convention. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
373 B
Plaintext
28 lines
373 B
Plaintext
# Package Managers
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
bun.lock
|
|
bun.lockb
|
|
|
|
# Miscellaneous
|
|
/static/
|
|
|
|
# Build artifacts
|
|
/.svelte-kit/
|
|
/.svelte-kit-backup/
|
|
/.svelte-kit.old/
|
|
|
|
# Generated files
|
|
/.svelte-kit-backup/
|
|
/src/lib/generated/
|
|
/src/lib/paraglide/
|
|
/src/lib/paraglide_bak*/
|
|
/src/paraglide/
|
|
/project.inlang/
|
|
|
|
# Test artifacts
|
|
/test-results/
|
|
/e2e/.auth/
|
|
/coverage/
|