]>
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 |
c7f36e4f | 15 | /server/tests/fixtures/video_59fps.mp4 |
c674185e J |
16 | |
17 | # Production | |
662351e6 | 18 | /storage |
81ca2cd3 | 19 | /config/production.yaml |
ecb4e35f | 20 | /config/local* |
81ca2cd3 | 21 | /ffmpeg/ |
7f8f8bdb | 22 | /ffmpeg-3/ |
3acc5084 | 23 | /ffmpeg-4/ |
c674185e J |
24 | /thumbnails/ |
25 | /torrents/ | |
26 | /videos/ | |
27 | /previews/ | |
28 | /logs/ | |
29 | ||
30 | # IDE | |
81ca2cd3 C |
31 | /*.sublime-project |
32 | /*.sublime-workspace | |
ca873292 | 33 | /*.vscode |
7f5f4152 | 34 | /**/.idea |
c674185e | 35 | /dist |
93e1258c | 36 | /PeerTube.iml |
ca873292 | 37 | *.swp |
c674185e J |
38 | |
39 | # Zanata | |
40 | /.zanata-cache | |
41 | /scripts/i18n/generate-iso639-target.ts | |
42 | ||
43 | # Other | |
6aa54148 L |
44 | /dump.rdb |
45 | /.theia/ | |
a22bfc3e | 46 | /profiling/ |
519b8df5 | 47 | /*.zip |
29173696 C |
48 | /*.tar.xz |
49 | /*.asc | |
156cdbac | 50 | *.DS_Store |
4919b630 | 51 | /server/tools/import-mediacore.ts |
fd5e57bb | 52 | /docker-volume/ |
e063f46a | 53 | /init.mp4 |
06aad801 | 54 | |
55 | # TypeScript | |
56 | *.tsbuildinfo | |
6627dbc9 C |
57 | |
58 | # Packages | |
59 | /packages/types/dist/ |