chore: add .zed to gitignore (#20199)

This commit is contained in:
Trevor Whitney
2025-12-10 11:40:55 -07:00
committed by GitHub
parent f22e854dea
commit 93bca4cf97
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@@ -55,6 +55,9 @@ _shared-workflows-dockerhub-login
.vscode
!.vscode/launch.json
# zed
.zed
# nix
nix/result
/result

View File

@@ -48,3 +48,6 @@ make test # run the frontend tests
- Document upgrading steps in `docs/sources/setup/upgrade/_index.md`
- Preview docs locally with `make docs` from the `/docs` directory
- Include examples and clear descriptions for public APIs
## Using Tools
- When using the `mcp__acp__Write` tool, write to a path within the current worktree to avoid sandboxing/permissions issues. This includes when writing plan files.