Cleanup file_scan_inclusions in default.json (#21073)

This commit is contained in:
Peter Tripp 2024-11-22 22:46:14 +00:00 committed by GitHub
parent 1a0a8a9559
commit becc36380f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: