From 083b748bbfc799c9205ca3968ec38b5c19209e86 Mon Sep 17 00:00:00 2001 From: linxj38935 Date: Wed, 15 Mar 2023 13:19:17 +0800 Subject: [PATCH] yarn-error ignore --- community/JavaScript/Vue.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/JavaScript/Vue.gitignore b/community/JavaScript/Vue.gitignore index 4538951c..fc1de02d 100644 --- a/community/JavaScript/Vue.gitignore +++ b/community/JavaScript/Vue.gitignore @@ -7,3 +7,6 @@ docs/_book # TODO: where does this rule come from? test/ + +#if the yarn error ,an error file is generated +yarn-error.log