From e1adbc387d368a29e0e90fac685b0348ce1a2109 Mon Sep 17 00:00:00 2001 From: zjb Date: Fri, 5 Jan 2024 00:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style(gitignore):=20gitignore?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0yarn.lock=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 78a0ead..cd9aff5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ package-lock.json *.ntvs* *.njsproj *.sln +yarn.lock