From 1a2e0a77d92cbd936d85bd33c95ad03eabc4d9e7 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Thu, 8 May 2025 10:23:19 +0200 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 73c2fce6cda..630eb63b9bb 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,9 @@ webrender-captures/ Session.vim Sessionx.vim +# Zed +/.zed + /unminified-js /unminified-css