.gitignore 863 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # NPM instalation
  2. node_modules
  3. *npm-debug.log
  4. yarn-error.log
  5. *-ci.log
  6. .yarn
  7. # Testing
  8. /test1/
  9. /test2/
  10. /test3/
  11. /test4/
  12. /test5/
  13. /test6/
  14. # Big fixtures generated/downloaded on-demand
  15. /packages/tests/fixtures/video_high_bitrate_1080p.mp4
  16. /packages/tests/fixtures/video_59fps.mp4
  17. /packages/tests/fixtures/video_50fps.mp4
  18. /packages/tests/fixtures/transcription/models-v1/
  19. # PeerTube
  20. /storage
  21. /dev1
  22. /config/production.yaml
  23. /config/local*
  24. /ffmpeg/
  25. /ffmpeg-3/
  26. /ffmpeg-4/
  27. /thumbnails/
  28. /torrents/
  29. /web-videos/
  30. /videos/
  31. /previews/
  32. /logs/
  33. # IDE
  34. /*.sublime-project
  35. /*.sublime-workspace
  36. /*.vscode
  37. /**/.idea
  38. /dist
  39. /PeerTube.iml
  40. *.swp
  41. # Zanata
  42. /.zanata-cache
  43. /scripts/i18n/generate-iso639-target.ts
  44. # Other
  45. /dump.rdb
  46. /.theia/
  47. /profiling/
  48. /*.zip
  49. /*.tar.xz
  50. /*.asc
  51. *.DS_Store
  52. /docker-volume/
  53. /init.mp4
  54. # TypeScript
  55. *.tsbuildinfo
  56. # EsLint
  57. .eslintcache
  58. # Compiled output
  59. dist