mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore(.gitignore): add .zed_server to .gitignore (#15316)
This commit is contained in:
@@ -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