UNPKG

worktree-tool

Version:

A command-line tool for managing Git worktrees with integrated tmux/shell session management

25 lines (22 loc) 442 B
# Force LF line endings for all text files * text=auto eol=lf # Ensure specific file types always use LF *.ts text eol=lf *.tsx text eol=lf *.js text eol=lf *.jsx text eol=lf *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf *.md text eol=lf *.sh text eol=lf # Windows specific files should use CRLF *.bat text eol=crlf *.cmd text eol=crlf # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.pdf binary