chore: exclude flake.lock pnpm-lock.yaml
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
2852434a7a
commit
e8f2149dd1
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
|||
src = ./.;
|
||||
hooks = {
|
||||
alejandra.enable = true;
|
||||
prettier.enable = true;
|
||||
prettier = {
|
||||
enable = true;
|
||||
excludes = ["flake.lock" "pnpm-lock.yaml"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue