- localization-svc: defaultLocale ru, resolveLocale only by geo - web-svc: DEFAULT_LOCALE ru, layout lang=ru, embeddedTranslations fallback ru - countryToLocale: default ru when no country or unknown country Co-authored-by: Cursor <cursoragent@cursor.com>
43 lines
397 B
Plaintext
43 lines
397 B
Plaintext
# Node
|
|
node_modules/
|
|
**/node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Build output
|
|
.next/
|
|
**/.next/
|
|
out/
|
|
dist/
|
|
**/dist/
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Env (не в образ)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Docs, deploy scripts (не нужны в образе)
|
|
docs/
|
|
deploy/
|
|
*.md
|
|
!README.md
|
|
|
|
# Data, certs
|
|
db.sqlite
|
|
certificates/
|
|
searxng/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.log
|
|
coverage/
|