chore(.gitignore): add .zed_server to .gitignore (#15316)

This commit is contained in:
Cian Johnston
2024-11-01 09:58:52 +00:00
committed by GitHub
parent bd9151d224
commit fbbefa228d
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -71,3 +71,6 @@ result
# pnpm
.pnpm-store/
# Zed
.zed_server

View File

@ -74,6 +74,9 @@ result
# pnpm
.pnpm-store/
# Zed
.zed_server
# .prettierignore.include:
# Helm templates contain variables that are invalid YAML and can't be formatted
# by Prettier.