From 7196a7876831c601a3560364e01acd27fa1f1576 Mon Sep 17 00:00:00 2001 From: lucasvtiradentes Date: Sat, 3 Dec 2022 09:59:46 -0300 Subject: [PATCH] feat(husky): add husky to the project --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8738453..8941278 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,6 @@ node_modules/ # FILES ######################################## -pnpm-lock.yaml package-lock.json +pnpm-lock.yaml yarn-lock.json