From 406f273e0d0f1b28f94a9b6320fc0733e286fc7d Mon Sep 17 00:00:00 2001 From: XHY Date: Tue, 1 Nov 2022 11:14:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c0fa3e..4ad7b3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /unpackage /.hbuilderx -/.vite \ No newline at end of file +/.vite +.DS_Store \ No newline at end of file -- GitLab