From becc36380f19de4148980419a9fdc4ba1b36e5f8 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Fri, 22 Nov 2024 22:46:14 +0000 Subject: [PATCH] Cleanup file_scan_inclusions in default.json (#21073) --- assets/settings/default.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 819cdcfff6..02527e8e67 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -683,10 +683,7 @@ // ignored by git. This is useful for files that are not tracked by git, // but are still important to your project. Note that globs that are // overly broad can slow down Zed's file scanning. Overridden by `file_scan_exclusions`. - "file_scan_inclusions": [ - ".env*", - "docker-compose.*.yml" - ], + "file_scan_inclusions": [".env*"], // Git gutter behavior configuration. "git": { // Control whether the git gutter is shown. May take 2 values: