Add .jj to default file exclusion (#21708)
Relates to #21538 Release Notes: - Added `**/.jj` to the default file exclusion list.
This commit is contained in:
parent
d0e99f6496
commit
bf1525588d
3 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ pub struct WorktreeSettingsContent {
|
|||
/// "**/.git",
|
||||
/// "**/.svn",
|
||||
/// "**/.hg",
|
||||
/// "**/.jj",
|
||||
/// "**/CVS",
|
||||
/// "**/.DS_Store",
|
||||
/// "**/Thumbs.db",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue