From ba41b19544b68d97c6a59198af9e4acb2aa16324 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Mon, 25 Sep 2023 13:47:48 +0200 Subject: [PATCH] [nix] Globally gitignore .DS_Store --- nix/hosts/alymac/git.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/hosts/alymac/git.nix b/nix/hosts/alymac/git.nix index 136be7e..a429f70 100644 --- a/nix/hosts/alymac/git.nix +++ b/nix/hosts/alymac/git.nix @@ -12,6 +12,10 @@ signByDefault = true; }; + ignores = [ + ".DS_Store" + ]; + delta = { enable = true; options = {