2022-04-25 08:15:17 -05:00
|
|
|
# dependencies
|
|
|
|
node_modules
|
2022-10-09 15:30:32 -05:00
|
|
|
.pnp
|
2022-04-25 08:15:17 -05:00
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# next.js
|
2022-10-09 15:30:32 -05:00
|
|
|
/frontend/.next/
|
|
|
|
/frontend/out/
|
2022-04-25 08:15:17 -05:00
|
|
|
|
2022-10-09 15:30:32 -05:00
|
|
|
# build
|
|
|
|
build/
|
|
|
|
dist/
|
2022-04-25 08:15:17 -05:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
2022-10-09 15:30:32 -05:00
|
|
|
# env file
|
|
|
|
.env
|
2023-05-05 04:37:02 -05:00
|
|
|
!/backend/prisma/.env
|
2022-04-25 08:15:17 -05:00
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
2022-04-28 08:22:25 -05:00
|
|
|
|
|
|
|
# PWA
|
2022-10-09 15:30:32 -05:00
|
|
|
/frontend/public/workbox-*
|
|
|
|
/frontend/public/sw.*
|
|
|
|
|
|
|
|
# project specific
|
2022-10-12 02:14:13 -05:00
|
|
|
/backend/data/
|
2022-10-11 15:38:25 -05:00
|
|
|
/data/
|
2024-08-24 10:30:11 -05:00
|
|
|
/docs/build/
|
|
|
|
/docs/.docusaurus
|
|
|
|
/docs/.cache-loader
|
2022-10-12 15:03:27 -05:00
|
|
|
|
|
|
|
# Jetbrains specific (webstorm)
|
2023-03-04 17:29:00 -05:00
|
|
|
.idea/**/**
|