From: Chocobozzz Date: Sun, 6 Nov 2016 20:25:21 +0000 (+0100) Subject: Fix gitignores X-Git-Tag: v0.0.1-alpha~637 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81ca2cd3f4f4ff2808fce512b38d735c9f550218;p=oweals%2Fpeertube.git Fix gitignores --- diff --git a/.gitignore b/.gitignore index 58acd056e..bd43f0bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,17 @@ -node_modules/ -test1/ -test2/ -test3/ -test4/ -test5/ -test6/ -uploads/ -videos/ -videos/ -thumbnails/ -certs/ -logs/ -torrents/ -config/production.yaml -ffmpeg/ -*.sublime-project -*.sublime-workspace +/node_modules/ +/test1/ +/test2/ +/test3/ +/test4/ +/test5/ +/test6/ +/uploads/ +/videos/ +/thumbnails/ +/certs/ +/logs/ +/torrents/ +/config/production.yaml +/ffmpeg/ +/*.sublime-project +/*.sublime-workspace diff --git a/client/.gitignore b/client/.gitignore index b20541002..27e212f08 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,2 +1,2 @@ -dist/ -typings/ +/dist/ +/node_modules