From de9a2fa67c7c87401743dc4e3303c8d176f5034c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:51:14 -0500 Subject: [PATCH] add .DS_Store to gitignore (#12903) (#12905) (cherry picked from commit 924190ce66b1f03859f41976b325e86e2d2c1417) Co-authored-by: Cypress Reed --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9161afd3f9..4910acc325 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ anda-build/ **/*.nupkg **/*.rpm **/*.kate-swp +**/.DS_Store