From 6f41443cf537f61995089d3d61f3b0568a488fb8 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 20 Sep 2024 11:27:33 +0200 Subject: [PATCH] chore(pre-commit): Update the list of ignored files --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index bf8cded..d1a9a61 100644 --- a/default.nix +++ b/default.nix @@ -49,7 +49,7 @@ let enable = true; stages = [ "pre-push" ]; settings.ignore = [ - "lon.nix" + "**/lon.nix" "**/npins" ]; };