From e5f3a683f0e476ca0a90e0e0688cab135e70de92 Mon Sep 17 00:00:00 2001 From: Travis Stevens Date: Mon, 9 Dec 2024 11:49:40 -0500 Subject: [PATCH] Fixing Missing comma (#21749) Fix a missing comma in the docs Release Notes: - N/A --- docs/src/configuring-zed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index b51b01a1e7014d6c44b399205d5b90581aa34d4f..433b705e4da95f02f4fc159d74d5c90a081527c8 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -994,7 +994,7 @@ The result is still `)))` and not `))))))`, which is what it would be by default "**/.git", "**/.svn", "**/.hg", - "**/.jj" + "**/.jj", "**/CVS", "**/.DS_Store", "**/Thumbs.db",