From 7eda8579434b6a60c3ad35ccf36df8fb372e09f6 Mon Sep 17 00:00:00 2001 From: chloe Date: Thu, 5 Mar 2026 05:38:09 +0000 Subject: [PATCH] Update gitignore --- .gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4268131..9b48f57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,22 @@ +# IDE and System Caches +.npm/ +.cache/ +.nvm/ + +# .NET / Backend bin/ obj/ +*.user +*.userprefs +.vs/ + +# Nuxt / Frontend +node_modules/ Seasoned.Frontend/node_modules/ .nuxt/ .output/ dist/ -.nvm/ + +# Secrets .env +.env.local \ No newline at end of file