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:
Hendrik 2024-12-09 02:44:46 +01:00 committed by GitHub
parent d0e99f6496
commit bf1525588d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -685,6 +685,7 @@
"**/.git",
"**/.svn",
"**/.hg",
"**/.jj",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",

View file

@ -40,6 +40,7 @@ pub struct WorktreeSettingsContent {
/// "**/.git",
/// "**/.svn",
/// "**/.hg",
/// "**/.jj",
/// "**/CVS",
/// "**/.DS_Store",
/// "**/Thumbs.db",

View file

@ -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",