mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
chore(.gitignore): add .zed_server to .gitignore (#15316)
This commit is contained in:
@@ -71,3 +71,6 @@ result
|
||||
|
||||
# pnpm
|
||||
.pnpm-store/
|
||||
|
||||
# Zed
|
||||
.zed_server
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user