From 9d11abfa6ee3c9d24bfa253adb80ccb2e222cb82 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Thu, 20 Apr 2023 14:57:48 +0800 Subject: [PATCH] chore: ignore .DS_Store. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 76add87..0ca39c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -dist \ No newline at end of file +dist +.DS_Store