2022-04-25 15:15:17 +02:00
|
|
|
# dependencies
|
|
|
|
node_modules
|
2022-10-09 22:30:32 +02:00
|
|
|
.pnp
|
2022-04-25 15:15:17 +02:00
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# next.js
|
2022-10-09 22:30:32 +02:00
|
|
|
/frontend/.next/
|
|
|
|
/frontend/out/
|
2022-04-25 15:15:17 +02:00
|
|
|
|
2022-10-09 22:30:32 +02:00
|
|
|
# build
|
|
|
|
build/
|
|
|
|
dist/
|
2022-04-25 15:15:17 +02:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
2022-10-09 22:30:32 +02:00
|
|
|
# env file
|
|
|
|
.env
|
2022-04-25 15:15:17 +02:00
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
2022-04-28 15:22:25 +02:00
|
|
|
|
|
|
|
# PWA
|
2022-10-09 22:30:32 +02:00
|
|
|
/frontend/public/workbox-*
|
|
|
|
/frontend/public/sw.*
|
|
|
|
|
|
|
|
# project specific
|
|
|
|
/backend/uploads/
|
2022-10-11 22:38:25 +02:00
|
|
|
/data/
|
|
|
|
/backend/prisma/pingvin-share.db*
|