2020-06-18 16:43:46 -05:00
|
|
|
# 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
|
2020-10-07 00:28:43 -07:00
|
|
|
/config*.yaml
|
2020-06-22 20:11:56 -05:00
|
|
|
/stats.json
|
2020-06-18 16:43:46 -05:00
|
|
|
owncast
|
2020-06-18 17:47:44 -07:00
|
|
|
webroot/thumbnail.jpg
|
2020-10-01 23:55:38 -07:00
|
|
|
webroot/preview.gif
|
2020-06-18 15:12:39 -07:00
|
|
|
webroot/hls
|
|
|
|
webroot/static/content.md
|
2020-06-22 20:11:56 -05:00
|
|
|
hls/
|
|
|
|
dist/
|
2020-10-06 23:14:33 -07:00
|
|
|
data/
|
2020-07-08 18:27:24 -07:00
|
|
|
transcoder.log
|
2020-07-12 14:53:33 -07:00
|
|
|
chat.db
|
2020-10-01 23:55:38 -07:00
|
|
|
.yp.key
|
2020-10-05 08:43:38 -07:00
|
|
|
|
|
|
|
!webroot/js/web_modules/**/dist
|
2020-10-26 08:55:31 -07:00
|
|
|
!core/data
|