22 lines
257 B
Text
22 lines
257 B
Text
node_modules/
|
|
out/
|
|
.svelte-kit/
|
|
build/
|
|
dist/
|
|
.vite/
|
|
.turbo/
|
|
apps/*/.turbo/
|
|
packages/*/.turbo/
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
data/*.sqlite
|
|
data/*.sqlite-*
|
|
apps/*/data/*.sqlite
|
|
apps/*/data/*.sqlite-*
|
|
coverage/
|
|
playwright-report/
|
|
test-results/
|
|
storybook-static/
|