diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2021-04-08 13:37:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 13:37:57 +0200 |
commit | ca873292899c9a822a236556993916d98da14913 (patch) | |
tree | 37778ad1f64167cbd482b5765f6ad63a3d779dcd /.gitignore | |
parent | 97c116edf9b02ed9c85b2cf0fc33a4e7f7266d78 (diff) | |
download | PeerTube-ca873292899c9a822a236556993916d98da14913.tar.gz PeerTube-ca873292899c9a822a236556993916d98da14913.tar.zst PeerTube-ca873292899c9a822a236556993916d98da14913.zip |
Don't pause video upon modal open (#3909)
* client: dont pause video upon modal open
closes #3816
* client(video/watch): remove obsolete code
* gitignore: add vscode and vim swp files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 07b2fb7ef..98f337490 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -30,9 +30,11 @@ yarn-error.log | |||
30 | # IDE | 30 | # IDE |
31 | /*.sublime-project | 31 | /*.sublime-project |
32 | /*.sublime-workspace | 32 | /*.sublime-workspace |
33 | /*.vscode | ||
33 | /**/.idea | 34 | /**/.idea |
34 | /dist | 35 | /dist |
35 | /PeerTube.iml | 36 | /PeerTube.iml |
37 | *.swp | ||
36 | 38 | ||
37 | # Zanata | 39 | # Zanata |
38 | /.zanata-cache | 40 | /.zanata-cache |