From 2178b36cbca4fc5873790c03c47460c7ff875d57 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Sat, 19 Apr 2025 17:43:54 -0600 Subject: [PATCH] Add eval worktrees and repos to file_scan_exclusions in zed project settings (#29106) Release Notes: - N/A --- .zed/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zed/settings.json b/.zed/settings.json index a8e356a73e..de5ff59765 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -45,5 +45,6 @@ "hard_tabs": false, "formatter": "auto", "remove_trailing_whitespace_on_save": true, - "ensure_final_newline_on_save": true + "ensure_final_newline_on_save": true, + "file_scan_exclusions": ["crates/eval/worktrees/", "crates/eval/repos/"] }