From 4157ca9e7d5e1916fba08a4f80c2b3496500eb35 Mon Sep 17 00:00:00 2001 From: Cerbu Andrei Mihnea <100320074+andrei-mihnea-cerbu@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:33:01 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3facaba..34c4656 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ -node_modules -.vs +# Ignore node_modules directory +node_modules/ + +# Ignore build artifacts +dist/ +.idea + +# Ignore environment-specific settings +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Ignore local environment files +.env.* + +# Keep the .env file +!.env