Independent React, TypeScript and Vite web application for MaskanX. Includes the chat console, agent and persona configuration, MCP client management, model and provider settings, cron jobs, sessions, and diagnostics. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
19 lines
204 B
Plaintext
19 lines
204 B
Plaintext
node_modules/
|
|
dist/
|
|
coverage/
|
|
.vite/
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.local.example
|
|
!.env.development.example
|
|
!.env.testing.example
|
|
!.env.production.example
|
|
|
|
*.log
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.tsbuildinfo
|