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.
This commit is contained in:
Vito Tumas
2026-02-03 16:13:10 +01:00
committed by GitHub
parent 6d369e0f02
commit b814a09a08

3
.gitignore vendored
View File

@@ -64,6 +64,9 @@ DerivedData
/.vs/
/.vscode/
# zed IDE.
/.zed/
# AI tools.
/.augment
/.claude