- Add .claude/ to .gitignore (Claude worktree artifacts) - Add editor swap/backup file patterns (*.swp, *.swo, *~) - Remove accidentally tracked .claude/worktrees/ from git index
6 lines
32 B
Plaintext
6 lines
32 B
Plaintext
target/
|
|
.claude/
|
|
*.swp
|
|
*.swo
|
|
*~
|