From e4b69b61416ee0027045bb75555a44f57d640386 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sun, 24 May 2026 14:07:27 +0200 Subject: [PATCH] Update .gitignore to allow dist/styles/ for CSS distribution - Changed .gitignore to ignore dist/ but allow dist/styles/ - This allows the compiled CSS to be tracked while still ignoring other build artifacts Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f6c77e7..f8004d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +# Build output - except the compiled CSS which is required for distribution dist/ +!dist/styles/ node_modules/ *.zip *.lock