.gitignore 342 B

1234567891011121314151617181920212223242526272829303132333435
  1. *.db
  2. *.db-shm
  3. *.db-wal
  4. extra/*.pem
  5. utils/ffmpeg*
  6. utils/ffprobe*
  7. *.sqlite
  8. target
  9. target/*
  10. expanded.rs
  11. *.db
  12. build
  13. logs/
  14. metadata/
  15. streaming_cache/
  16. transcoding
  17. benches/bench_1.mkv
  18. benches/bench_1.txt
  19. .env
  20. # UI
  21. node_modules
  22. ui/coverage
  23. ui/build
  24. ui/yarn.lock
  25. npm-debug.log*
  26. yarn-debug.log*
  27. yarn-error.log*
  28. config.toml
  29. core
  30. #MacOS
  31. **/.DS_Store