Add .git-hooks to the git ignore list
When following https://github.com/spring-projects/spring-boot/wiki/Working-with-Git-branches, a new directory named .git-hooks is created when using git worktree support. This directory should be on the ignore list.
This commit is contained in:
parent
c87d5eeb28
commit
b245283b29
|
@ -39,3 +39,4 @@ target
|
|||
secrets.yml
|
||||
.gradletasknamecache
|
||||
.sts4-cache
|
||||
.git-hooks/
|
||||
|
|
Loading…
Reference in New Issue