.gitignore 788 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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
  40. web/style-definitions/build/
  41. web/public/sw.js
  42. web/public/workbox-*.js