Browse Source

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.
pull/39395/head
Moritz Halbritter 2 years ago
parent
commit
b245283b29
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save