From 68035966fb8d51e50924eb9377367e7351926b00 Mon Sep 17 00:00:00 2001
From: AA4ch1 <aa4ch1@gmail.com>
Date: Fri, 12 May 2017 21:32:47 +0900
Subject: [PATCH] Add yarn log files to gitignore (#3003)

* Add yarn-error.log to gitignore

* Add yarn-debug.log to gitignore
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4ac4c56f41..1f3fe5f1fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,10 @@ redis
 # Ignore npm debug log
 npm-debug.log
 
+# Ignore yarn log files
+yarn-error.log
+yarn-debug.log
+
 # Ignore Docker option files
 docker-compose.override.yml
 
-- 
GitLab