From 3ce1b1acd5f3b84200bd6042f1254da8d5ce3574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E7=A7=98=E4=BA=BA?= <3311118881@qq.com> Date: Thu, 26 Jun 2025 20:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.DS=5FStore=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9D=83=E9=99=90=E5=B9=B6=E5=9C=A8=20.gitignore=20?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e5b100..e1848bc 100755 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ blog/src/main/resources/application-local.yml docker/mysql_data docker/backup -.DS_Store \ No newline at end of file +.DS_Store +**/.DS_Store \ No newline at end of file