.gitignore 717 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. !test/automated/hls/
  26. dist/
  27. data/
  28. transcoder.log
  29. owncast.log*
  30. chat.db
  31. .yp.key
  32. backup/
  33. !webroot/js/web_modules/**/dist
  34. !core/data
  35. test/test.db
  36. test/automated/browser/screenshots
  37. lefthook.yml
  38. test/automated/browser/cypress/screenshots
  39. test/automated/browser/cypress/videos