From 56c427b26acee7d19057aa419312ce12268e691f Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:30:41 +0800 Subject: [PATCH] add: DS_Store to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6dfac6b..4c3136c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules package-lock.json pnpm-lock.yaml yarn.lock -zotero-cmd.json \ No newline at end of file +zotero-cmd.json +.DS_Store \ No newline at end of file