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