fix: fix the .gitignore for the solution and projects
This commit is contained in:
16
frontend/.gitignore
vendored
16
frontend/.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user