mirror of
https://github.com/Glimesh/broadcast-box.git
synced 2026-07-04 15:07:53 +00:00
43 lines
398 B
Plaintext
43 lines
398 B
Plaintext
broadcast-box
|
|
|
|
# dependencies
|
|
/web/node_modules
|
|
/web/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/web/coverage
|
|
|
|
# production
|
|
/web/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# rider
|
|
/.idea
|
|
|
|
# media files
|
|
*.ogg
|
|
*.h264
|
|
|
|
# build files
|
|
BroadcastBox.exe
|
|
|
|
# log files
|
|
/logs
|
|
|
|
# profile files
|
|
/profiles
|
|
|
|
# Go vendors
|
|
/vendor
|