.gitignore 615 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, built with `go test -c`
  8. *.test
  9. # Output of the go coverage tool, specifically when used with LiteIDE
  10. *.out
  11. # ignore IDE specific files
  12. .idea/
  13. *.iml
  14. # Dependency directories (remove the comment below to include it)
  15. vendor/
  16. #owncast specific
  17. /config*.yaml
  18. /stats.json
  19. owncast
  20. webroot/thumbnail.jpg
  21. webroot/preview.gif
  22. webroot/hls
  23. webroot/static/content.md
  24. hls/
  25. dist/
  26. data/
  27. transcoder.log
  28. owncast.log*
  29. chat.db
  30. .yp.key
  31. backup/
  32. !webroot/js/web_modules/**/dist
  33. !core/data
  34. test/test.db
  35. test/automated/browser/screenshots
  36. lefthook.yml