mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 07:20:13 +01:00
41 lines
401 B
Plaintext
41 lines
401 B
Plaintext
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# next.js
|
|
/frontend/.next/
|
|
/frontend/out/
|
|
|
|
# build
|
|
build/
|
|
dist/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env file
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# PWA
|
|
/frontend/public/workbox-*
|
|
/frontend/public/sw.*
|
|
|
|
# project specific
|
|
/backend/uploads/
|
|
/data/
|
|
/backend/prisma/pingvin-share.db*
|