.gitignore 712 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # NPM instalation
  2. node_modules
  3. *npm-debug.log
  4. yarn-error.log
  5. .yarn
  6. # Testing
  7. /test1/
  8. /test2/
  9. /test3/
  10. /test4/
  11. /test5/
  12. /test6/
  13. /packages/tests/fixtures/video_high_bitrate_1080p.mp4
  14. /packages/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. /web-videos/
  25. /videos/
  26. /previews/
  27. /logs/
  28. # IDE
  29. /*.sublime-project
  30. /*.sublime-workspace
  31. /*.vscode
  32. /**/.idea
  33. /dist
  34. /PeerTube.iml
  35. *.swp
  36. # Zanata
  37. /.zanata-cache
  38. /scripts/i18n/generate-iso639-target.ts
  39. # Other
  40. /dump.rdb
  41. /.theia/
  42. /profiling/
  43. /*.zip
  44. /*.tar.xz
  45. /*.asc
  46. *.DS_Store
  47. /docker-volume/
  48. /init.mp4
  49. # TypeScript
  50. *.tsbuildinfo
  51. # EsLint
  52. .eslintcache
  53. # Compiled output
  54. dist