diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-01 18:15:35 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-01 18:15:35 +0100 |
commit | 2c8a2f7fcc032f36a253af18b47069e80df964c6 (patch) | |
tree | d0f45f7d948a849b5b28d65d0d0831ebfdbcfcaf /.gitignore | |
parent | 6c680ed4e8e1df127c688fd1d6931257cbf75d80 (diff) | |
download | PeerTube-2c8a2f7fcc032f36a253af18b47069e80df964c6.tar.gz PeerTube-2c8a2f7fcc032f36a253af18b47069e80df964c6.tar.zst PeerTube-2c8a2f7fcc032f36a253af18b47069e80df964c6.zip |
Add videos to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 301bdd83d..58acd056e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -7,6 +7,7 @@ test5/ | |||
7 | test6/ | 7 | test6/ |
8 | uploads/ | 8 | uploads/ |
9 | videos/ | 9 | videos/ |
10 | videos/ | ||
10 | thumbnails/ | 11 | thumbnails/ |
11 | certs/ | 12 | certs/ |
12 | logs/ | 13 | logs/ |