X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=5f681401919674d49e145d830f834346a8168d4b;hb=7a93e28110b89bea658e4919038505c4b44de2b6;hp=d292a4338eb81b4336184d5a9337e318c7e83376;hpb=eb4f957eca2a045ad0d5cf0c1e79b9c08494b088;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.gitignore b/.gitignore index d292a4338..5f6814019 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,41 @@ -node_modules -schemes/ -certs/ -logs/ -test1/ -test2/ -test3/ -test4/ -test5/ -test6/ -public/stylesheets/global.css -public/stylesheets/vendor -uploads -thumbnails -config/production.yaml -ffmpeg -.tags -*.sublime-project -*.sublime-workspace -torrent/ +# NPM instalation +/node_modules/ +*npm-debug.log + +# Testing +/test1/ +/test2/ +/test3/ +/test4/ +/test5/ +/test6/ + +# Production +/storage/ +/config/production.yaml +/config/local* +/ffmpeg/ +/thumbnails/ +/torrents/ +/videos/ +/previews/ +/logs/ + +# IDE +/*.sublime-project +/*.sublime-workspace +/.idea +/dist +/PeerTube.iml + +# Zanata +/.zanata-cache +/scripts/i18n/generate-iso639-target.ts + +# Other +/profiling/ +/*.zip +/*.tar.xz +/*.asc +/server/tools/import-mediacore.ts +/docker-volume/