.gitignore 568 B

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