Files
monacousa-portal/.gitignore
Matt 91cbffe189
All checks were successful
Build And Push Image / docker (push) Successful in 3m1s
Clean up authentication troubleshooting artifacts
- Remove debug files: debug-login.js, LOGIN_FIX_SUMMARY.md, CUSTOM_LOGIN_IMPLEMENTATION.md
- Remove sequential-thinking directory (temporary MCP setup)
- Clean up verbose console logging in auth middleware
- Reduce debug output in direct login API while keeping essential logs
- Streamline session management logging
- Update .gitignore to prevent future debug file commits
- Maintain essential error logging and security logs

All authentication functionality remains intact and working.
2025-08-07 15:14:02 +02:00

45 lines
485 B
Plaintext

# Nuxt dev/build outputs
.output
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
*.log*
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example
!.env.docker
# Editor directories and files
.vscode/*
!.vscode/extensions.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Local data directories
data/
logs/
# Debug files and troubleshooting artifacts
debug-*.js
*.debug.log
LOGIN_FIX_*.md
CUSTOM_*_IMPLEMENTATION.md
troubleshooting/
sequential-thinking/