53 lines
549 B
Plaintext
53 lines
549 B
Plaintext
# dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# build output
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.turbo/
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# testing
|
|
coverage/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
test-results/
|
|
.playwright/
|
|
|
|
# editor
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json.example
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Prisma
|
|
packages/db/prisma/*.db
|
|
packages/db/prisma/*.db-journal
|
|
|
|
# misc
|
|
*.pem
|
|
.cache/
|