1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 14:40:10 +02:00
pingvin-share/.gitignore
Elias Schneider fddad3ef70
feat: custom branding (#112)
* 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
2023-03-04 23:29:00 +01:00

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/**/**