From 836f8f1bfb61148228bd3a6b8e976d2e5a134175 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 1 Mar 2026 17:32:03 +0100 Subject: [PATCH] Git ignore css compiled --- web/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/web/.gitignore b/web/.gitignore index 5a8cd64e..79068007 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -10,3 +10,4 @@ testing .env .env.local /public/live-update.json +/styles/compiled.css