From 41ccefb980eb28a05fb41ece65944176e1f3ff1a Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Thu, 8 May 2025 19:54:42 +0800 Subject: [PATCH] chore: update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf797c5..a204ff2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -cmake-build-debug \ No newline at end of file +cmake-build-debug +**/.DS_Store \ No newline at end of file