From c396ad70c6fa73b2c346e19793e6817d83eedac4 Mon Sep 17 00:00:00 2001 From: mattuy Date: Fri, 8 Nov 2024 22:13:33 +0800 Subject: [PATCH] chore: add .DS_Store to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0b60dfa..cdba367 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist node_modules .vscode-test/ *.vsix +.DS_Store \ No newline at end of file