From d64689cae9325fe385baa25011dfe2117c92eba4 Mon Sep 17 00:00:00 2001 From: wwweww <2646787260@qq.com> Date: Sat, 25 Apr 2026 07:52:48 +0800 Subject: [PATCH] edit: change '.DS_Story' to the correct '.DS_Store' --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5aeeb96..6f7cb0e 100644 --- a/.gitignore +++ b/.gitignore @@ -131,5 +131,5 @@ app/*/mq/mq .bake.json # MacOS shit -**/.DS_Story -.DS_Story \ No newline at end of file +**/.DS_Store +.DS_Store \ No newline at end of file