2024-07-30 23:59:06 +02:00
|
|
|
**/.git
|
2023-12-28 06:21:24 +01:00
|
|
|
**/.turbo
|
|
|
|
**/.next
|
|
|
|
**/out
|
2024-07-30 23:59:06 +02:00
|
|
|
**/dist
|
2023-12-28 06:21:24 +01:00
|
|
|
**/build
|
2024-07-30 23:59:06 +02:00
|
|
|
**/storybook-static
|
2023-12-28 06:21:24 +01:00
|
|
|
**/coverage
|
|
|
|
**/node_modules
|
|
|
|
|
|
|
|
# envs
|
|
|
|
.env
|
|
|
|
.env.production
|
|
|
|
.env.development
|
|
|
|
secrets
|
|
|
|
|
2024-07-30 23:59:06 +02:00
|
|
|
# IDEs and editors
|
|
|
|
.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
.vscode
|
|
|
|
|
2023-12-28 06:21:24 +01:00
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
Dockerfile
|
2024-07-30 23:59:06 +02:00
|
|
|
README.md
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
2023-12-28 06:21:24 +01:00
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|