From: Julien Maulny Date: Wed, 16 Oct 2019 20:42:40 +0000 (+0200) Subject: Add generated files to gitignore to have a clean stage X-Git-Tag: v2.0.0-rc.1~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e063f46a0b8c99429b033b1104f4427163f283b5;p=oweals%2Fpeertube.git Add generated files to gitignore to have a clean stage --- diff --git a/.gitignore b/.gitignore index fbf8fdf3c..6ef90385c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /node_modules/ /server/tools/node_modules *npm-debug.log +yarn-error.log # Testing /test1/ @@ -45,3 +46,4 @@ /*.asc /server/tools/import-mediacore.ts /docker-volume/ +/init.mp4 diff --git a/client/.gitignore b/client/.gitignore index cc1ec4083..a99ddef31 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -4,6 +4,7 @@ /stats.json /dll /.awcache +/src/locale/pending_target/ /src/locale/target/iso639_*.xml /src/locale/target/player_*.xml -/src/locale/target/server_*.xml \ No newline at end of file +/src/locale/target/server_*.xml