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
|
2022-08-12 01:52:27 +00:00
|
|
|
!packages/prisma/.env
|
2021-03-22 13:48:48 +00:00
|
|
|
|
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
|
2022-06-23 22:37:59 +00:00
|
|
|
|
2022-07-23 00:39:50 +00:00
|
|
|
#Storybook
|
|
|
|
apps/storybook/build-storybook.log
|
|
|
|
|
2022-06-23 22:37:59 +00:00
|
|
|
# Snaplet
|
2022-06-25 16:10:35 +00:00
|
|
|
.snaplet/snapshots
|
|
|
|
.snaplet/structure.d.ts
|
2023-01-20 19:17:51 +00:00
|
|
|
|
|
|
|
# Submodules
|
|
|
|
.gitmodules
|
|
|
|
apps/api
|
|
|
|
apps/website
|
|
|
|
apps/console
|
2023-01-23 23:50:17 +00:00
|
|
|
apps/auth
|