.gitignore 530 B

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