Add .zed/ to .gitignore (#18623)

This commit is contained in:
Andrew Morgan
2025-07-08 11:57:23 +01:00
committed by GitHub
parent 9b86458900
commit b8ad9bf1b7
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -47,6 +47,7 @@ __pycache__/
/.idea/
/.ropeproject/
/.vscode/
/.zed/
# build products
!/.coveragerc

1
changelog.d/18623.misc Normal file
View File

@@ -0,0 +1 @@
Add `.zed/` directory to `.gitignore`.