diff options
author | Dimitri Gilbert <dimitri.gilbert@gmail.com> | 2018-01-23 15:01:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-23 15:01:38 +0100 |
commit | 8c4890cbfe3b5c742ed8756d7a0fd2f533534c6a (patch) | |
tree | 0c45c4c7aa183d12636399e9d0827ffe68c9afbb /.gitignore | |
parent | f8b8c36b2a92bfee435747ab5a0283924be76281 (diff) | |
download | PeerTube-8c4890cbfe3b5c742ed8756d7a0fd2f533534c6a.tar.gz PeerTube-8c4890cbfe3b5c742ed8756d7a0fd2f533534c6a.tar.zst PeerTube-8c4890cbfe3b5c742ed8756d7a0fd2f533534c6a.zip |
Issue #196 : Allow to cancel an upload (#221)
* issue #196
* fixed missattribution of var
* fix styling issue
* renamed videoUpload to videoUploadObservable
* added created path to gitignore
* changed uploadCancel method name to cancelUpload
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3dcb42ffe..96e888fd4 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -17,3 +17,8 @@ | |||
17 | peertube.zip | 17 | peertube.zip |
18 | /profiling/ | 18 | /profiling/ |
19 | /*.zip | 19 | /*.zip |
20 | thumbnails/ | ||
21 | torrents/ | ||
22 | videos/ | ||
23 | previews/ | ||
24 | logs/ | ||