diff options
-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 |