From 45e1e3defe9d60c1c4e7233209c7610894e14df8 Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:01:48 +0200 Subject: [PATCH] chore: add website/www/ to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f7fb0ab..65830fc 100644 --- a/.gitignore +++ b/.gitignore @@ -40,5 +40,8 @@ coverage/ # the root 'shared/' remains the Single Source of Truth. extension/shared/ +# Auto-generated website build output +website/www/ + # Temporary scratch files scratch/