## Features - Add MiniMax TTS provider support (#1043) - Docker images now published on both GHCR & Docker Hub (decolua/9router) — pull from your preferred registry ## Improvements - Replace browser confirm dialogs with custom ConfirmModal (#1060) ## Fixes - Fix Docker `Cannot find module 'next'` error in standalone build - Restore /app/server.js in Docker standalone build (#1064, #1067) - Fix CLI TUI menu arrow-key escape sequences leaking (^[[A^[[B) - Switch macOS/Linux tray to systray2 fork (fixes Kaspersky AV false-positive) (#1080) - Fix zoom controls contrast in topology view (#1066)
72 lines
841 B
Text
72 lines
841 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
product
|
|
# production
|
|
/build
|
|
.idea/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
.bin/*
|
|
data/
|
|
logs/*
|
|
source/*
|
|
.cursor/*
|
|
docs/*
|
|
!docs/ARCHITECTURE.md
|
|
test/*
|
|
open-sse/test/*
|
|
RM.vn.md
|
|
RM.md
|
|
cursor/*
|
|
PUBLIC.md
|
|
Thanks.md
|
|
PUBLIC.en.md
|
|
PR/*
|
|
package-lock.json
|
|
|
|
|
|
#Ignore vscode AI rules
|
|
.github/instructions/codacy.instructions.md
|
|
README1.md
|
|
deploy*.sh
|
|
ecosystem.config.*
|
|
|
|
scripts/agSniffer/*
|
|
gitbooks/*
|
|
gitbook/README.md
|