2018-07-26 14:19:05 +02:00
|
|
|
# NPM instalation
|
2023-07-31 14:34:36 +02:00
|
|
|
node_modules
|
2018-07-26 14:19:05 +02:00
|
|
|
*npm-debug.log
|
2019-10-16 22:42:40 +02:00
|
|
|
yarn-error.log
|
2023-07-31 14:34:36 +02:00
|
|
|
.yarn
|
2018-07-26 14:19:05 +02:00
|
|
|
|
|
|
|
# Testing
|
2016-11-06 21:25:21 +01:00
|
|
|
/test1/
|
|
|
|
/test2/
|
|
|
|
/test3/
|
|
|
|
/test4/
|
|
|
|
/test5/
|
|
|
|
/test6/
|
2023-07-31 14:34:36 +02:00
|
|
|
/packages/tests/fixtures/video_high_bitrate_1080p.mp4
|
|
|
|
/packages/tests/fixtures/video_59fps.mp4
|
2018-07-26 14:19:05 +02:00
|
|
|
|
|
|
|
# Production
|
2021-05-14 16:56:44 +02:00
|
|
|
/storage
|
2016-11-06 21:25:21 +01:00
|
|
|
/config/production.yaml
|
2018-01-30 13:27:07 +01:00
|
|
|
/config/local*
|
2016-11-06 21:25:21 +01:00
|
|
|
/ffmpeg/
|
2019-02-11 17:20:28 +01:00
|
|
|
/ffmpeg-3/
|
2019-04-23 09:50:57 +02:00
|
|
|
/ffmpeg-4/
|
2018-07-26 14:19:05 +02:00
|
|
|
/thumbnails/
|
|
|
|
/torrents/
|
2023-07-11 11:23:51 +02:00
|
|
|
/web-videos/
|
2018-07-26 14:19:05 +02:00
|
|
|
/videos/
|
|
|
|
/previews/
|
|
|
|
/logs/
|
|
|
|
|
|
|
|
# IDE
|
2016-11-06 21:25:21 +01:00
|
|
|
/*.sublime-project
|
|
|
|
/*.sublime-workspace
|
2021-04-08 13:37:57 +02:00
|
|
|
/*.vscode
|
2018-08-31 17:19:21 +02:00
|
|
|
/**/.idea
|
2018-07-26 14:19:05 +02:00
|
|
|
/dist
|
2017-08-25 11:36:23 +02:00
|
|
|
/PeerTube.iml
|
2021-04-08 13:37:57 +02:00
|
|
|
*.swp
|
2018-07-26 14:19:05 +02:00
|
|
|
|
|
|
|
# Zanata
|
|
|
|
/.zanata-cache
|
|
|
|
/scripts/i18n/generate-iso639-target.ts
|
|
|
|
|
|
|
|
# Other
|
2019-09-24 08:48:01 +02:00
|
|
|
/dump.rdb
|
|
|
|
/.theia/
|
2018-01-09 15:29:05 +01:00
|
|
|
/profiling/
|
2018-01-15 11:51:51 +01:00
|
|
|
/*.zip
|
2018-05-07 13:06:56 +02:00
|
|
|
/*.tar.xz
|
|
|
|
/*.asc
|
2022-04-19 15:22:18 +02:00
|
|
|
*.DS_Store
|
2018-05-07 18:39:42 +02:00
|
|
|
/docker-volume/
|
2019-10-16 22:42:40 +02:00
|
|
|
/init.mp4
|
2021-11-02 19:11:20 +01:00
|
|
|
|
|
|
|
# TypeScript
|
|
|
|
*.tsbuildinfo
|
2021-12-28 10:18:15 +01:00
|
|
|
|
2023-07-31 14:34:36 +02:00
|
|
|
# EsLint
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Compiled output
|
|
|
|
dist
|