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