diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-06 21:25:21 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-06 21:25:21 +0100 |
commit | 81ca2cd3f4f4ff2808fce512b38d735c9f550218 (patch) | |
tree | b771117a358b1a09fd150aea203a08d993992699 | |
parent | 6a16411b245b8eb0aecf9ef4e81c32769fc44d67 (diff) | |
download | PeerTube-81ca2cd3f4f4ff2808fce512b38d735c9f550218.tar.gz PeerTube-81ca2cd3f4f4ff2808fce512b38d735c9f550218.tar.zst PeerTube-81ca2cd3f4f4ff2808fce512b38d735c9f550218.zip |
Fix gitignores
-rw-r--r-- | .gitignore | 35 | ||||
-rw-r--r-- | client/.gitignore | 4 |
2 files changed, 19 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore index 58acd056e..bd43f0bd1 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,18 +1,17 @@ | |||
1 | node_modules/ | 1 | /node_modules/ |
2 | test1/ | 2 | /test1/ |
3 | test2/ | 3 | /test2/ |
4 | test3/ | 4 | /test3/ |
5 | test4/ | 5 | /test4/ |
6 | test5/ | 6 | /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/ | 13 | /torrents/ |
14 | torrents/ | 14 | /config/production.yaml |
15 | config/production.yaml | 15 | /ffmpeg/ |
16 | ffmpeg/ | 16 | /*.sublime-project |
17 | *.sublime-project | 17 | /*.sublime-workspace |
18 | *.sublime-workspace | ||
diff --git a/client/.gitignore b/client/.gitignore index b20541002..27e212f08 100644 --- a/client/.gitignore +++ b/client/.gitignore | |||
@@ -1,2 +1,2 @@ | |||
1 | dist/ | 1 | /dist/ |
2 | typings/ | 2 | /node_modules |