Skip to content

Commit 03384a7

Browse files
author
Clément VALENTIN
committed
Add Crystal worktree patterns to .gitignore
Added patterns to ignore Crystal worktree directories: - /worktrees/ - /worktree-*/ This prevents git from tracking temporary Crystal session directories.
1 parent 290c84e commit 03384a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ caddy_config/
7171
.env.web
7272

7373
tmp/
74+
75+
# Git worktrees (Crystal)
76+
/worktrees/
77+
/worktree-*/

0 commit comments

Comments
 (0)