diff --git a/assets/settings/default.json b/assets/settings/default.json index 746ccb5986d0fd..2daba458b4b9ed 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1308,6 +1308,7 @@ "**/.svn", "**/.hg", "**/.jj", + "**/.sl", "**/.repo", "**/CVS", "**/.DS_Store", diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 81318aa8885fe8..17228a79806425 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -1902,6 +1902,8 @@ The result is still `)))` and not `))))))`, which is what it would be by default "**/.svn", "**/.hg", "**/.jj", + "**/.sl", + "**/.repo", "**/CVS", "**/.DS_Store", "**/Thumbs.db",