Skip to content

Commit

Permalink
minor fix to ignore random husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLi committed Jan 20, 2024
1 parent 6ab506c commit 6eb56b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
*.tfstate
*.tfstate.*
.terraform.lock.hcl

# Using husky with git-lfs sometimes causes useless hooks to be written to the .husky folder
# https://github.com/typicode/husky/issues/926
# https://github.com/online-go/online-go.com/pull/2063
/.husky/
!/.husky/pre-commit

0 comments on commit 6eb56b8

Please sign in to comment.