2020-06-19 00:43:46 +03: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
|
|
|
|
|
2020-12-30 01:03:57 +03:00
|
|
|
# ignore IDE specific files
|
|
|
|
.idea/
|
|
|
|
*.iml
|
|
|
|
|
2020-06-19 00:43:46 +03:00
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
vendor/
|
|
|
|
|
|
|
|
#owncast specific
|
2020-10-07 10:28:43 +03:00
|
|
|
/config*.yaml
|
2020-06-23 04:11:56 +03:00
|
|
|
/stats.json
|
2020-06-19 00:43:46 +03:00
|
|
|
owncast
|
2020-06-19 03:47:44 +03:00
|
|
|
webroot/thumbnail.jpg
|
2020-10-02 09:55:38 +03:00
|
|
|
webroot/preview.gif
|
2020-06-19 01:12:39 +03:00
|
|
|
webroot/hls
|
|
|
|
webroot/static/content.md
|
2020-06-23 04:11:56 +03:00
|
|
|
hls/
|
|
|
|
dist/
|
2020-10-07 09:14:33 +03:00
|
|
|
data/
|
2020-07-09 04:27:24 +03:00
|
|
|
transcoder.log
|
2020-07-13 00:53:33 +03:00
|
|
|
chat.db
|
2020-10-02 09:55:38 +03:00
|
|
|
.yp.key
|
2020-10-05 18:43:38 +03:00
|
|
|
|
|
|
|
!webroot/js/web_modules/**/dist
|
2020-10-26 18:55:31 +03:00
|
|
|
!core/data
|