]>
Commit | Line | Data |
---|---|---|
c674185e | 1 | # NPM instalation |
81ca2cd3 | 2 | /node_modules/ |
7e9d3f25 | 3 | /server/tools/node_modules |
c674185e | 4 | *npm-debug.log |
e063f46a | 5 | yarn-error.log |
c674185e J |
6 | |
7 | # Testing | |
81ca2cd3 C |
8 | /test1/ |
9 | /test2/ | |
10 | /test3/ | |
11 | /test4/ | |
12 | /test5/ | |
13 | /test6/ | |
edb4ffc7 | 14 | /server/tests/fixtures/video_high_bitrate_1080p.mp4 |
c674185e J |
15 | |
16 | # Production | |
6b2ef589 | 17 | /storage/ |
81ca2cd3 | 18 | /config/production.yaml |
ecb4e35f | 19 | /config/local* |
81ca2cd3 | 20 | /ffmpeg/ |
7f8f8bdb | 21 | /ffmpeg-3/ |
3acc5084 | 22 | /ffmpeg-4/ |
c674185e J |
23 | /thumbnails/ |
24 | /torrents/ | |
25 | /videos/ | |
26 | /previews/ | |
27 | /logs/ | |
28 | ||
29 | # IDE | |
81ca2cd3 C |
30 | /*.sublime-project |
31 | /*.sublime-workspace | |
7f5f4152 | 32 | /**/.idea |
c674185e | 33 | /dist |
93e1258c | 34 | /PeerTube.iml |
c674185e J |
35 | |
36 | # Zanata | |
37 | /.zanata-cache | |
38 | /scripts/i18n/generate-iso639-target.ts | |
39 | ||
40 | # Other | |
6aa54148 L |
41 | /dump.rdb |
42 | /.theia/ | |
a22bfc3e | 43 | /profiling/ |
519b8df5 | 44 | /*.zip |
29173696 C |
45 | /*.tar.xz |
46 | /*.asc | |
4919b630 | 47 | /server/tools/import-mediacore.ts |
fd5e57bb | 48 | /docker-volume/ |
e063f46a | 49 | /init.mp4 |