fix: removed husky from gitignore

This commit is contained in:
StevanFreeborn
2023-02-02 14:10:38 -06:00
parent 9a7d2393e5
commit 682dd24bc3
2 changed files with 4 additions and 3 deletions
-3
View File
@@ -1,6 +1,3 @@
# husky
.husky/
# Logs
logs
*.log
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run format-staged