Files
GenerationsHeritage/app/.gitignore
2025-03-05 22:40:11 +01:00

37 lines
351 B
Plaintext

node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Paraglide
src/lib/paraglide
*storybook.log
.dev.vars
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/