chore(pre-commit): Update the list of ignored files
This commit is contained in:
parent
dcb0c3591e
commit
6f41443cf5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ let
|
||||||
enable = true;
|
enable = true;
|
||||||
stages = [ "pre-push" ];
|
stages = [ "pre-push" ];
|
||||||
settings.ignore = [
|
settings.ignore = [
|
||||||
"lon.nix"
|
"**/lon.nix"
|
||||||
"**/npins"
|
"**/npins"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue