From b245283b29ebfc4080a5c41bd045c3931d5198ff Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 23 Jan 2024 09:29:37 +0100 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a5256ecef4f..2a812bc5079 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ target secrets.yml .gradletasknamecache .sts4-cache +.git-hooks/