- Миграция на монорепозиторий (apps/frontend, apps/chat-service, etc.) - Discover: проверка SearxNG, понятное empty state при ненастроенном поиске - searxng.ts: валидация URL, проверка JSON-ответа, авто-добавление http:// - docker/searxng-config: настройки для JSON API SearxNG Co-authored-by: Cursor <cursoragent@cursor.com>
43 lines
443 B
Plaintext
43 lines
443 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Build output
|
|
.next/
|
|
out/
|
|
dist/
|
|
|
|
# IDE/Editor specific
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Config files
|
|
config.toml
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# Testing
|
|
/coverage/
|
|
|
|
# Miscellaneous
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Db & data
|
|
db.sqlite
|
|
apps/frontend/data/*
|
|
!apps/frontend/data/.gitignore
|
|
/searxng
|
|
|
|
certificates |