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:
Moritz Halbritter 2024-01-23 09:29:37 +01:00
parent c87d5eeb28
commit b245283b29

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ target
secrets.yml
.gradletasknamecache
.sts4-cache
.git-hooks/