From 12db5051228e4211f788f69da725c3ee8603fa62 Mon Sep 17 00:00:00 2001 From: Jack Fletcher Date: Tue, 4 Jul 2017 15:25:06 +0100 Subject: [PATCH] Ignore the Yarn error log Like the npm error log, this file can also be ignored. [See also](https://stackoverflow.com/questions/42592168/should-i-add-yarn-error-log-to-my-gitignore-file) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2a41229267d..b6a4b86d789 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ Homestead.json Homestead.yaml npm-debug.log +yarn-error.log .env