How to show .git folder in file tree #28720
Answered
by
SomeoneToIgnore
Tealk
asked this question in
General Q&A
-
Description: Steps to reproduce:
|
Beta Was this translation helpful? Give feedback.
Answered by
SomeoneToIgnore
Apr 15, 2025
Replies: 1 comment 1 reply
-
You can override defaults for zed/assets/settings/default.json Lines 893 to 905 in 12b012e in your local settings — keeping the same list without |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Tealk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can override defaults for
file_scan_exclusions
zed/assets/settings/default.json
Lines 893 to 905 in 12b012e
in your local settings — keeping the same list without
"**/.git",
entry should force Zed into showing.git
directories.