1dbd550134
* WIP with admin bundling * Current state of the admin is bundled * Update admin bundler to work with binary bundling * Log detail about the admin interface. Closes #312 * Move bundle script to the build dir * Update to current version of admin * Commit updated API documentation Co-authored-by: Owncast <owncast@owncast.online>
35 lines
499 B
Plaintext
35 lines
499 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
#owncast specific
|
|
/config*.yaml
|
|
/stats.json
|
|
owncast
|
|
webroot/thumbnail.jpg
|
|
webroot/preview.gif
|
|
webroot/hls
|
|
webroot/static/content.md
|
|
hls/
|
|
dist/
|
|
data/
|
|
admin/
|
|
transcoder.log
|
|
chat.db
|
|
.yp.key
|
|
|
|
!webroot/js/web_modules/**/dist
|
|
!core/data
|