From dc5c0fed261793a394fb794fcf07f78a7514eb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Wed, 17 Sep 2025 22:21:55 +0800 Subject: [PATCH] home/git: ignore .DS_Store everywhere --- nix/homeModules/common/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/common/git.nix b/nix/homeModules/common/git.nix index ca599362..4341b9ba 100644 --- a/nix/homeModules/common/git.nix +++ b/nix/homeModules/common/git.nix @@ -36,7 +36,7 @@ "*.swp" # darwin - ".DS_Store" + "**/.DS_Store" # nix ".direnv/"