X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=3a91facb48b6c390726c3e090ca13d8196d90f2c;hb=ee7ea34e6211d3b19a325e4fe8c464c24005bcac;hp=5f681401919674d49e145d830f834346a8168d4b;hpb=c674185eb26c6711c1b362ff02807ec01637721b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.gitignore b/.gitignore index 5f6814019..3a91facb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # NPM instalation /node_modules/ +/server/tools/node_modules *npm-debug.log # Testing @@ -9,12 +10,15 @@ /test4/ /test5/ /test6/ +/server/tests/fixtures/video_high_bitrate_1080p.mp4 # Production /storage/ /config/production.yaml /config/local* /ffmpeg/ +/ffmpeg-3/ +/ffmpeg-4/ /thumbnails/ /torrents/ /videos/ @@ -24,7 +28,7 @@ # IDE /*.sublime-project /*.sublime-workspace -/.idea +/**/.idea /dist /PeerTube.iml