mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 15:30:14 +01:00
fddad3ef70
* add first concept * remove setup status * split config page in multiple components * add custom branding docs * add test email button * fix invalid email from header * add migration * mount images to host * update docs * remove unused endpoint * run formatter
43 lines
409 B
Plaintext
43 lines
409 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/data/
|
|
/data/
|
|
|
|
# Jetbrains specific (webstorm)
|
|
.idea/**/**
|