From a1be42f6cc0847c53408afc9482f26bfa225ee67 Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Mon, 12 Jan 2026 14:42:14 +0000 Subject: [PATCH] Ignore .zed --- .gitignore | 3 ++- .npmignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8d9292f..de16fe8f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ libesm libcjs dist yarn-error.log -.vscode .nyc_output +.vscode +.zed diff --git a/.npmignore b/.npmignore index 23d3bc8f..e863752a 100644 --- a/.npmignore +++ b/.npmignore @@ -2,8 +2,9 @@ .eslint.config.mjs .gitignore .npmignore -.vscode .nyc_output +.vscode +.zed test-d components coverage