mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
- added toml config template - app & server README.md files moved under config directories - documentation update (configuration section)
16 lines
329 B
Text
16 lines
329 B
Text
node_modules/
|
|
|
|
/app/build/
|
|
/app/public/config/config.js
|
|
/app/public/images/logo.*
|
|
!/app/public/images/logo.edumeet.svg
|
|
/server/config/
|
|
!/server/config/config.example.*
|
|
!/server/config/README.md
|
|
/server/public/
|
|
/server/certs/
|
|
/server/dist/
|
|
!/server/certs/mediasoup-demo.localhost.*
|
|
.vscode
|
|
/app/public/config/*.pem
|
|
yarn-error.log
|