From eaa90c65f1cf56e05705df29bf8109598a40a3ea Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 23 Feb 2026 01:42:37 +0100 Subject: [PATCH] chore: ignore public/uploads and remove images from tracking --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e16d2990..96a18c21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ node_modules .next .DS_Store +public/uploads # Lighthouse CI .lighthouseci/