From cc1a4cdb456bf6a7600a4f3c41c1a9d204f64814 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:07:17 +0200 Subject: [PATCH] =?UTF-8?q?chore(gitignore):=20Ignore=C2=A0`*.log`=C2=A0fi?= =?UTF-8?q?les=20(#39271)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index aab6ca37d0..9e46745133 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.map *.swp *.code-workspace +*.log .DS_Store _Resharper.DefinitelyTyped @@ -55,3 +56,4 @@ yarn.lock # pnpm shrinkwrap.yaml pnpm-lock.yaml +pnpm-debug.log