From ea9eaa4352b9b06ef17d76b8ab342665161e6804 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Tue, 30 Oct 2018 19:36:43 +0100 Subject: [PATCH] chore: add yarn logs to gitignore Adds the yarn-related logs to a gitignore so people don't try to commit them accidentally. See #13814. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 66b8148a1362..8413f761134d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ node_modules /coverage/* /libpeerconnection.log npm-debug.log +yarn-debug.log +yarn-error.log testem.log /.chrome /.git