d7e355bce1
* Add support for ending the inbound stream. Closes #191 * Add a simple success response to API requests * Connected clients API with geo details * Post-rebase cleanup * Make setting and reading geo details separate operations to unblock and speed up * Rename file * Fire geoip api call behind goroutine * Add comment * Post-rebase fixes * Add support for the MaxMind GeoLite2 GeoIP database
33 lines
480 B
Plaintext
33 lines
480 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/
|
|
transcoder.log
|
|
chat.db
|
|
.yp.key
|
|
|
|
!webroot/js/web_modules/**/dist
|