From e83c5c8b089dccda9ba521ad2cbc262378ea0dc2 Mon Sep 17 00:00:00 2001 From: NANDO9322 Date: Wed, 10 Dec 2025 19:08:38 -0300 Subject: [PATCH] feat: add .gitignore file to exclude common development artifacts and editor configurations. --- frontend/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/.gitignore b/frontend/.gitignore index a547bf3..4abe73e 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -22,3 +22,6 @@ dist-ssr *.njsproj *.sln *.sw? + +# Environment variables +.env