From c674185eb26c6711c1b362ff02807ec01637721b Mon Sep 17 00:00:00 2001 From: Jorropo Date: Thu, 26 Jul 2018 14:19:05 +0200 Subject: Add npm debug log to gitignore and organize --- .gitignore | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f31b67690..5f6814019 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,41 @@ +# 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 -/dist /.idea +/dist /PeerTube.iml + +# Zanata +/.zanata-cache +/scripts/i18n/generate-iso639-target.ts + +# Other /profiling/ /*.zip /*.tar.xz /*.asc -/thumbnails/ -/torrents/ -/videos/ -/previews/ -/logs/ /server/tools/import-mediacore.ts /docker-volume/ -/.zanata-cache -/scripts/i18n/generate-iso639-target.ts -- cgit v1.2.3