chore: exclude flake.lock pnpm-lock.yaml

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-10-11 10:14:40 +02:00
parent 2852434a7a
commit e8f2149dd1
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -26,7 +26,10 @@
src = ./.; src = ./.;
hooks = { hooks = {
alejandra.enable = true; alejandra.enable = true;
prettier.enable = true; prettier = {
enable = true;
excludes = ["flake.lock" "pnpm-lock.yaml"];
};
}; };
}; };
}; };