ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 818 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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/transcription/models-v1/
  18. # Production
  19. /storage
  20. /config/production.yaml
  21. /config/local*
  22. /ffmpeg/
  23. /ffmpeg-3/
  24. /ffmpeg-4/
  25. /thumbnails/
  26. /torrents/
  27. /web-videos/
  28. /videos/
  29. /previews/
  30. /logs/
  31. # IDE
  32. /*.sublime-project
  33. /*.sublime-workspace
  34. /*.vscode
  35. /**/.idea
  36. /dist
  37. /PeerTube.iml
  38. *.swp
  39. # Zanata
  40. /.zanata-cache
  41. /scripts/i18n/generate-iso639-target.ts
  42. # Other
  43. /dump.rdb
  44. /.theia/
  45. /profiling/
  46. /*.zip
  47. /*.tar.xz
  48. /*.asc
  49. *.DS_Store
  50. /docker-volume/
  51. /init.mp4
  52. # TypeScript
  53. *.tsbuildinfo
  54. # EsLint
  55. .eslintcache
  56. # Compiled output
  57. dist