.gitignore 739 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. /*.vscode
  31. /**/.idea
  32. /dist
  33. /PeerTube.iml
  34. *.swp
  35. # Zanata
  36. /.zanata-cache
  37. /scripts/i18n/generate-iso639-target.ts
  38. # Other
  39. /dump.rdb
  40. /.theia/
  41. /profiling/
  42. /*.zip
  43. /*.tar.xz
  44. /*.asc
  45. *.DS_Store
  46. /server/tools/import-mediacore.ts
  47. /docker-volume/
  48. /init.mp4
  49. # TypeScript
  50. *.tsbuildinfo
  51. # Packages
  52. /packages/types/dist/