From 9805d81311e483d6d3960e8487c0486f9d1d5cc0 Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:05:05 -0300 Subject: [PATCH] chore: update .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 551d472..c681164 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,8 @@ /.project /node tsconfig.json -types.d.ts \ No newline at end of file +types.d.ts +vite.generated.ts +vite.config.ts +/frontend/generated +/frontend/index.html \ No newline at end of file