.gitignore 612 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # NPM instalation
  2. /node_modules/
  3. /server/tools/node_modules
  4. *npm-debug.log
  5. yarn-error.log
  6. # Testing
  7. /test1/
  8. /test2/
  9. /test3/
  10. /test4/
  11. /test5/
  12. /test6/
  13. /server/tests/fixtures/video_high_bitrate_1080p.mp4
  14. # Production
  15. /storage/
  16. /config/production.yaml
  17. /config/local*
  18. /ffmpeg/
  19. /ffmpeg-3/
  20. /ffmpeg-4/
  21. /thumbnails/
  22. /torrents/
  23. /videos/
  24. /previews/
  25. /logs/
  26. # IDE
  27. /*.sublime-project
  28. /*.sublime-workspace
  29. /**/.idea
  30. /dist
  31. /PeerTube.iml
  32. # Zanata
  33. /.zanata-cache
  34. /scripts/i18n/generate-iso639-target.ts
  35. # Other
  36. /dump.rdb
  37. /.theia/
  38. /profiling/
  39. /*.zip
  40. /*.tar.xz
  41. /*.asc
  42. /server/tools/import-mediacore.ts
  43. /docker-volume/
  44. /init.mp4