mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore(.gitignore): add .zed_server to .gitignore (#15316)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -71,3 +71,6 @@ result
|
|||||||
|
|
||||||
# pnpm
|
# pnpm
|
||||||
.pnpm-store/
|
.pnpm-store/
|
||||||
|
|
||||||
|
# Zed
|
||||||
|
.zed_server
|
||||||
|
@ -74,6 +74,9 @@ result
|
|||||||
|
|
||||||
# pnpm
|
# pnpm
|
||||||
.pnpm-store/
|
.pnpm-store/
|
||||||
|
|
||||||
|
# Zed
|
||||||
|
.zed_server
|
||||||
# .prettierignore.include:
|
# .prettierignore.include:
|
||||||
# Helm templates contain variables that are invalid YAML and can't be formatted
|
# Helm templates contain variables that are invalid YAML and can't be formatted
|
||||||
# by Prettier.
|
# by Prettier.
|
||||||
|
Reference in New Issue
Block a user