From 4f3b3803f52ce2c19ab992138682cb37e5069482 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 23 Apr 2026 14:36:11 +0200 Subject: [PATCH] fix: update .vscodeignore to include tailwind.panel.js and .env --- .vscodeignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscodeignore b/.vscodeignore index 5286ea8d..33691946 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -30,4 +30,5 @@ README.beta.md e2e storage pnpm-lock.yaml -.env \ No newline at end of file +.env +tailwind.panel.js \ No newline at end of file