Add Zed editor to Global gitignore templates#4815
Open
mvanhorn wants to merge 1 commit intogithub:mainfrom
Open
Add Zed editor to Global gitignore templates#4815mvanhorn wants to merge 1 commit intogithub:mainfrom
mvanhorn wants to merge 1 commit intogithub:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reasons for making this change
The Zed editor (56k+ GitHub stars) creates a
.zed/directory in project roots for project-specific settings. This mirrors VS Code's.vscode/directory - some files are shared team config, others are user-specific.The Global/ directory has templates for 20+ editors (VS Code, Cursor, JetBrains, Vim, Emacs, Sublime Text, etc.) but is missing Zed. This template follows the same ignore-all, whitelist-shared pattern used by the existing VS Code template.
Whitelisted files:
.zed/settings.json- project settings (formatter, language server config, tab size).zed/tasks.json- project task definitions.zed/debug.json- project debug configurationsThese are team-shareable project config. Everything else in
.zed/is ignored by default to catch any future user-specific state files.Links to documentation supporting these rule changes
.zed/project settings directory and the three config files.zed/tasks.json.zed/debug.jsonIf this is a new template
Link to application or project's homepage: https://zed.dev/
Merge and Approval Steps
This contribution was developed with AI assistance (Claude Code).