chore(pre-commit): Update the list of ignored files

This commit is contained in:
Tom Hubrecht 2024-09-20 11:27:33 +02:00
parent dcb0c3591e
commit 6f41443cf5
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -49,7 +49,7 @@ let
enable = true;
stages = [ "pre-push" ];
settings.ignore = [
"lon.nix"
"**/lon.nix"
"**/npins"
];
};