2022-03-25 01:07:51 +00:00
|
|
|
# .env file
|
2022-03-18 13:42:42 +00:00
|
|
|
.env
|
2022-03-25 01:07:51 +00:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules
|
|
|
|
.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
coverage
|
|
|
|
/test-results/
|
|
|
|
playwright/videos
|
|
|
|
playwright/screenshots
|
|
|
|
playwright/artifacts
|
|
|
|
playwright/results
|
|
|
|
playwright/reports/*
|
|
|
|
|
|
|
|
# next.js
|
2022-03-23 21:22:57 +00:00
|
|
|
.next/
|
2022-03-25 01:07:51 +00:00
|
|
|
out/
|
|
|
|
build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
.env.*
|
|
|
|
!.env.example
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# Webstorm
|
|
|
|
.idea
|
|
|
|
|
|
|
|
### VisualStudioCode template
|
2022-03-26 23:58:22 +00:00
|
|
|
.vscode/
|
2022-03-25 01:07:51 +00:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
*.code-workspace
|
|
|
|
|
|
|
|
# Local History for Visual Studio Code
|
|
|
|
.history/
|
|
|
|
|
|
|
|
# Typescript
|
|
|
|
tsconfig.tsbuildinfo
|
|
|
|
|
|
|
|
# turbo
|
|
|
|
.turbo
|
|
|
|
|
|
|
|
# Prisma-Zod
|
|
|
|
packages/prisma/zod/*.ts
|
|
|
|
|
|
|
|
# Builds
|
|
|
|
dist
|
|
|
|
|
|
|
|
# Linting
|
|
|
|
lint-results
|
2022-03-29 00:47:48 +00:00
|
|
|
|
|
|
|
# Yarn
|
2022-05-10 17:52:59 +00:00
|
|
|
yarn-error.log
|
|
|
|
|
|
|
|
.turbo
|
|
|
|
.next
|
|
|
|
.husky
|
|
|
|
.vscode
|
|
|
|
.env
|