46 lines
473 B
Plaintext
46 lines
473 B
Plaintext
# Node & package managers
|
|
node_modules/
|
|
.npm/
|
|
.pnpm-store/
|
|
.npmrc.local
|
|
|
|
# Logs & caches
|
|
*.log
|
|
pnpm-debug.log*
|
|
.npm-debug.log*
|
|
.yarn-debug.log*
|
|
.yarn-error.log*
|
|
.eslintcache
|
|
.cache/
|
|
|
|
# Build & dist
|
|
build/
|
|
dist/
|
|
coverage/
|
|
|
|
# SvelteKit / Vite
|
|
.svelte-kit/
|
|
.vite/
|
|
|
|
# Test artifacts (Vitest/Playwright)
|
|
playwright-report/
|
|
blob-report/
|
|
test-results/
|
|
coverage/
|
|
|
|
# Nix & direnv
|
|
result
|
|
.direnv/
|
|
.devenv/
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Misc
|
|
*.local
|
|
*.swp
|
|
*.swo
|