mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Cleanup file_scan_inclusions in default.json (#21073)
This commit is contained in:
parent
1a0a8a9559
commit
becc36380f
1 changed files with 1 additions and 4 deletions
|
@ -683,10 +683,7 @@
|
||||||
// ignored by git. This is useful for files that are not tracked by git,
|
// 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
|
// 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`.
|
// overly broad can slow down Zed's file scanning. Overridden by `file_scan_exclusions`.
|
||||||
"file_scan_inclusions": [
|
"file_scan_inclusions": [".env*"],
|
||||||
".env*",
|
|
||||||
"docker-compose.*.yml"
|
|
||||||
],
|
|
||||||
// Git gutter behavior configuration.
|
// Git gutter behavior configuration.
|
||||||
"git": {
|
"git": {
|
||||||
// Control whether the git gutter is shown. May take 2 values:
|
// Control whether the git gutter is shown. May take 2 values:
|
||||||
|
|
Loading…
Reference in a new issue