.gitignore 651 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. /server/tests/fixtures/video_59fps.mp4
  15. # Production
  16. /storage/
  17. /config/production.yaml
  18. /config/local*
  19. /ffmpeg/
  20. /ffmpeg-3/
  21. /ffmpeg-4/
  22. /thumbnails/
  23. /torrents/
  24. /videos/
  25. /previews/
  26. /logs/
  27. # IDE
  28. /*.sublime-project
  29. /*.sublime-workspace
  30. /**/.idea
  31. /dist
  32. /PeerTube.iml
  33. # Zanata
  34. /.zanata-cache
  35. /scripts/i18n/generate-iso639-target.ts
  36. # Other
  37. /dump.rdb
  38. /.theia/
  39. /profiling/
  40. /*.zip
  41. /*.tar.xz
  42. /*.asc
  43. /server/tools/import-mediacore.ts
  44. /docker-volume/
  45. /init.mp4