fix: resolve all QA/UAT report issues (P0-P3)
Made-with: Cursor
This commit is contained in:
31
.gitignore
vendored
31
.gitignore
vendored
@@ -1,6 +1,33 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
.vite/
|
||||
*.local
|
||||
build/
|
||||
.next/
|
||||
out/
|
||||
|
||||
# Environment / secrets — never commit
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.env.local
|
||||
.env.production
|
||||
.env.*.local
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
Reference in New Issue
Block a user