mirror of
https://github.com/servo/servo.git
synced 2025-06-02 15:25:31 +00:00
Add Zed configuration files to .gitignore
(#36909)
The Zed editor (https://zed.dev/) leaves files in a `.zed` directory in the top-level. Testing: No tests necessary as this just updates `.gitignore`. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
bc9f55bcc9
commit
1a2e0a77d9
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -57,6 +57,9 @@ webrender-captures/
|
|||
Session.vim
|
||||
Sessionx.vim
|
||||
|
||||
# Zed
|
||||
/.zed
|
||||
|
||||
/unminified-js
|
||||
/unminified-css
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue