From b814a09a08f47c99b5fdb9a2970e9f7bffd41ddc Mon Sep 17 00:00:00 2001 From: Vito Tumas <5780819+Tapanito@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:13:10 +0100 Subject: [PATCH] chore: Add .zed editor config directory to .gitignore (#6317) This change adds the project configuration directory to `.gitignore` for the `zed` editor. As per the [documentation](https://zed.dev/docs/remote-development?highlight=.zed#zed-settings), the project configuration files are stored in the `.zed` directory at the project root dir. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b899cf8436..2692d707e7 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,9 @@ DerivedData /.vs/ /.vscode/ +# zed IDE. +/.zed/ + # AI tools. /.augment /.claude