mirror of
https://github.com/grafana/loki.git
synced 2026-03-13 09:33:58 +08:00
chore: add .zed to gitignore (#20199)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -55,6 +55,9 @@ _shared-workflows-dockerhub-login
|
||||
.vscode
|
||||
!.vscode/launch.json
|
||||
|
||||
# zed
|
||||
.zed
|
||||
|
||||
# nix
|
||||
nix/result
|
||||
/result
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user