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
|
@ -685,6 +685,7 @@
|
|||
"**/.git",
|
||||
"**/.svn",
|
||||
"**/.hg",
|
||||
"**/.jj",
|
||||
"**/CVS",
|
||||
"**/.DS_Store",
|
||||
"**/Thumbs.db",
|
||||
|
|
|
@ -40,6 +40,7 @@ pub struct WorktreeSettingsContent {
|
|||
/// "**/.git",
|
||||
/// "**/.svn",
|
||||
/// "**/.hg",
|
||||
/// "**/.jj",
|
||||
/// "**/CVS",
|
||||
/// "**/.DS_Store",
|
||||
/// "**/Thumbs.db",
|
||||
|
|
|
@ -994,6 +994,7 @@ The result is still `)))` and not `))))))`, which is what it would be by default
|
|||
"**/.git",
|
||||
"**/.svn",
|
||||
"**/.hg",
|
||||
"**/.jj"
|
||||
"**/CVS",
|
||||
"**/.DS_Store",
|
||||
"**/Thumbs.db",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue