From a883e2d5002b58b51fea80c6fb5162d6407d21b4 Mon Sep 17 00:00:00 2001 From: hdtopku <1450948930@qq.com> Date: Thu, 25 Feb 2021 17:52:28 +0800 Subject: [PATCH] add yarn.lock to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ad6adba..6b55d83 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ dist .env.local .env.*.local npm-debug.log* +yarn.lock yarn-debug.log* yarn-error.log* .idea