34 lines
348 B
Plaintext
34 lines
348 B
Plaintext
# dependencies
|
|
node_modules
|
|
|
|
# next
|
|
.next
|
|
out
|
|
|
|
# turbo
|
|
.turbo
|
|
**/.turbo
|
|
|
|
# build
|
|
dist
|
|
coverage
|
|
docs/.vitepress/dist
|
|
docs/.vitepress/cache
|
|
*.tsbuildinfo
|
|
playwright-report
|
|
test-results
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.staging.example
|
|
!.env.production.example
|
|
|
|
# prisma
|
|
packages/db/prisma/dev.db*
|
|
packages/db/prisma/generated/
|
|
|
|
# misc
|
|
.DS_Store
|