diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-11 11:52:24 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-16 20:29:26 +0100 |
commit | 6a94a109b4b89a97fe7bfeded3125fb7aad2ac3b (patch) | |
tree | 22397531c03da92be50e28703764405002acb926 /.gitignore | |
parent | 830bcd0f82c16b8b5f1259150a6d541a210693eb (diff) | |
download | PeerTube-6a94a109b4b89a97fe7bfeded3125fb7aad2ac3b.tar.gz PeerTube-6a94a109b4b89a97fe7bfeded3125fb7aad2ac3b.tar.zst PeerTube-6a94a109b4b89a97fe7bfeded3125fb7aad2ac3b.zip |
Server: add video preview
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd43f0bd1..28dec58f3 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -8,6 +8,7 @@ | |||
8 | /uploads/ | 8 | /uploads/ |
9 | /videos/ | 9 | /videos/ |
10 | /thumbnails/ | 10 | /thumbnails/ |
11 | /previews/ | ||
11 | /certs/ | 12 | /certs/ |
12 | /logs/ | 13 | /logs/ |
13 | /torrents/ | 14 | /torrents/ |