From 973d60c98f54502d1ff8e6f144c48aacae0de872 Mon Sep 17 00:00:00 2001 From: alger Date: Tue, 21 May 2024 10:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E5=AE=8C=E5=96=84gitgn?= =?UTF-8?q?ore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8af6673..107d986 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,16 @@ node_modules .DS_Store + dist dist-ssr *.local dist_electron .idea +# lock +yarn.lock pnpm-lock.yaml package-lock.json -dist.zip \ No newline at end of file +dist.zip + +.vscode