From 6b2a9e7cf86356cdf556956277d3d3c2b69c03a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Pat=C3=B3?= Date: Wed, 7 Sep 2022 12:09:06 +0200 Subject: [PATCH] chore(gitignore): add yarn-error.log to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2ffe612..ac7cf857 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ lib node_modules .DS_Store .vscode -.idea \ No newline at end of file +.idea +yarn-error.log \ No newline at end of file