owncast/.gitignore
Gabe Kangas cc6b257470
Automated browser testing (#1415)
* Move automated api tests to api directory

* First pass at automated browser testing
2021-09-17 14:04:09 -07:00

40 lines
602 B
Text

# 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
# ignore IDE specific files
.idea/
*.iml
# 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
owncast.log*
chat.db
.yp.key
backup/
!webroot/js/web_modules/**/dist
!core/data
test/test.db
test/automated/browser/screenshots