diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-29 16:54:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-29 16:54:52 +0100 |
commit | c7f36e4f485d92191b9d04c6a880724b02fa220b (patch) | |
tree | accf79acae92c274d10c1e248ef1706e961979eb /.gitignore | |
parent | 14aa85562cb83559d20105b4ddb4bf8b2340578a (diff) | |
download | PeerTube-c7f36e4f485d92191b9d04c6a880724b02fa220b.tar.gz PeerTube-c7f36e4f485d92191b9d04c6a880724b02fa220b.tar.zst PeerTube-c7f36e4f485d92191b9d04c6a880724b02fa220b.zip |
Fix transcoding
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6ef90385c..07b2fb7ef 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -12,6 +12,7 @@ yarn-error.log | |||
12 | /test5/ | 12 | /test5/ |
13 | /test6/ | 13 | /test6/ |
14 | /server/tests/fixtures/video_high_bitrate_1080p.mp4 | 14 | /server/tests/fixtures/video_high_bitrate_1080p.mp4 |
15 | /server/tests/fixtures/video_59fps.mp4 | ||
15 | 16 | ||
16 | # Production | 17 | # Production |
17 | /storage/ | 18 | /storage/ |