.gitignore 253 B

1234567891011121314151617181920212223
  1. /node_modules/
  2. /test1/
  3. /test2/
  4. /test3/
  5. /test4/
  6. /test5/
  7. /test6/
  8. /uploads/
  9. /videos/
  10. /thumbnails/
  11. /previews/
  12. /certs/
  13. /logs/
  14. /torrents/
  15. /cache/
  16. /config/production.yaml
  17. /ffmpeg/
  18. /*.sublime-project
  19. /*.sublime-workspace
  20. /dist
  21. /.idea
  22. /PeerTube.iml
  23. peertube.zip