2021-03-10 10:02:39 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
2021-03-22 13:48:48 +00:00
|
|
|
# .env file
|
|
|
|
.env
|
|
|
|
|
2021-03-10 10:02:39 +00:00
|
|
|
# dependencies
|
2022-02-09 22:17:10 +00:00
|
|
|
node_modules
|
|
|
|
.pnp
|
2021-03-10 10:02:39 +00:00
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
2022-02-09 22:17:10 +00:00
|
|
|
coverage
|
2022-02-15 20:30:52 +00:00
|
|
|
/test-results/
|
2022-04-04 15:44:04 +00:00
|
|
|
**/playwright/videos
|
|
|
|
**/playwright/screenshots
|
|
|
|
**/playwright/artifacts
|
|
|
|
**/playwright/results
|
|
|
|
**/playwright/reports/*
|
2021-03-10 10:02:39 +00:00
|
|
|
|
|
|
|
# next.js
|
2022-02-09 22:17:10 +00:00
|
|
|
.next/
|
|
|
|
out/
|
|
|
|
build
|
2021-03-10 10:02:39 +00:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2022-02-09 22:17:10 +00:00
|
|
|
.pnpm-debug.log*
|
2021-03-10 10:02:39 +00:00
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2021-12-17 16:58:23 +00:00
|
|
|
.env.*
|
2022-02-11 02:54:55 +00:00
|
|
|
!.env.example
|
2022-05-04 22:10:51 +00:00
|
|
|
!.env.appStore.example
|
2022-02-11 02:54:55 +00:00
|
|
|
|
2021-03-10 10:02:39 +00:00
|
|
|
# vercel
|
|
|
|
.vercel
|
2021-06-14 17:45:24 +00:00
|
|
|
|
|
|
|
# Webstorm
|
|
|
|
.idea
|
2021-08-18 12:26:07 +00:00
|
|
|
|
|
|
|
### VisualStudioCode template
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
*.code-workspace
|
|
|
|
|
|
|
|
# Local History for Visual Studio Code
|
|
|
|
.history/
|
2021-09-02 16:41:15 +00:00
|
|
|
|
2022-02-08 16:30:21 +00:00
|
|
|
# Typescript
|
2022-01-07 20:23:37 +00:00
|
|
|
tsconfig.tsbuildinfo
|
2022-02-22 23:19:22 +00:00
|
|
|
|
2022-02-09 22:17:10 +00:00
|
|
|
# turbo
|
2022-02-22 23:19:22 +00:00
|
|
|
.turbo
|
|
|
|
|
|
|
|
# Prisma-Zod
|
|
|
|
packages/prisma/zod/*.ts
|
2022-02-24 01:14:37 +00:00
|
|
|
|
|
|
|
# Builds
|
|
|
|
dist
|
2022-03-09 17:52:48 +00:00
|
|
|
|
|
|
|
# Linting
|
|
|
|
lint-results
|