mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-04 23:10:13 +01:00
44 lines
431 B
Plaintext
44 lines
431 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
|
|
!/backend/prisma/.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# PWA
|
|
/frontend/public/workbox-*
|
|
/frontend/public/sw.*
|
|
|
|
# project specific
|
|
/backend/data/
|
|
/data/
|
|
|
|
# Jetbrains specific (webstorm)
|
|
.idea/**/**
|