From e063f46a0b8c99429b033b1104f4427163f283b5 Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Wed, 16 Oct 2019 22:42:40 +0200 Subject: [PATCH] Add generated files to gitignore to have a clean stage --- .gitignore | 2 ++ client/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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