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