From 38bd2a899d27c2380aff74b17d6555d1efd96192 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 29 Jun 2019 22:47:15 +0200 Subject: [PATCH] Add yarn-error.log to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8646371..2a7fb10 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist node_modules npm-debug.log +yarn-error.log \ No newline at end of file