- 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>
47 lines
562 B
Plaintext
47 lines
562 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
|
|
|
|
# SSL backup (приватные ключи не в репо)
|
|
deploy/k3s/ssl/backup/*
|
|
!deploy/k3s/ssl/backup/.gitkeep |