From 79c841db9ea42ab8d33a43187f7a5f0ed96ff0eb Mon Sep 17 00:00:00 2001 From: Willem Jiang Date: Sun, 15 Feb 2026 10:45:59 +0800 Subject: [PATCH] chore: Ignore legacy web folder in .gitignore (#866) Add rule to ignore the legacy 'web' folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 78cd810..91cfc7e 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ logs/ # pnpm .pnpm-store sandbox_image_cache.tar + +# ignore the legacy `web` folder +web/