From db12d87eec5645d1408bcf8363433c29fb935315 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 29 Jan 2024 12:59:47 +0000 Subject: [PATCH] Ignore `notes` and `todo` files --- system/shared/modules/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/shared/modules/git.nix b/system/shared/modules/git.nix index cf4568f..407c814 100644 --- a/system/shared/modules/git.nix +++ b/system/shared/modules/git.nix @@ -24,6 +24,8 @@ /.ignored/ /.issue-id /.phpactor.json + /notes + /todo ''; programs = {