Skip to content

Ignore project subdirectory #21250

Answered by SomeoneToIgnore
chriscraws asked this question in Q&A
Discussion options

You must be logged in to vote

One way for that could be adding this directory to

// Add files or globs of files that will be excluded by Zed entirely:
// they will be skipped during FS scan(s), file tree and file search
// will lack the corresponding file entries. Overrides `file_scan_inclusions`.
"file_scan_exclusions": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",
"**/.classpath",
"**/.settings"
],

If you copy the list into the local settings and add more entries, those entries won't be displayed anywhere in Zed's UI and should not get any diagnostic…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@chriscraws
Comment options

@SomeoneToIgnore
Comment options

@chriscraws
Comment options

Answer selected by chriscraws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants