fix: fix the .gitignore for the solution and projects

This commit is contained in:
2025-05-08 11:36:38 -04:00
parent 41379e821e
commit b8e94f6409
3 changed files with 38 additions and 16 deletions

16
frontend/.gitignore vendored
View File

@@ -2,14 +2,22 @@
localhost-key.pem
localhost.pem
# Environment files
.env.local
.env.*.local
# Vite
.vite/
# Logs
logs
*.log
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
@@ -18,9 +26,6 @@ dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
!.vscode/extensions.json
.idea
@@ -31,6 +36,3 @@ coverage
*.sw?
*.tsbuildinfo
# .Env files
/localhost.csr