Skip to content

Commit b245283

Browse files
committed
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.
1 parent c87d5ee commit b245283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ target
3939
secrets.yml
4040
.gradletasknamecache
4141
.sts4-cache
42+
.git-hooks/

0 commit comments

Comments
 (0)