mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
* chore(release): bump version to v3.8.5 * fix(docker): rebuild better-sqlite3 after hardened install (#2772) Integrated into release/v3.8.5 * ci: build Docker platforms on native runners (#2774) Integrated into release/v3.8.5 * docs(release): sync v3.8.5 documentation and metadata Update changelog entries, API reference version, package metadata, and localized LLM documentation for the 3.8.5 release. Refresh generated docs source mappings and architecture counts for current executors and OAuth providers. * chore(release): bump to v3.8.5 — changelog, docs, version sync * chore(release): translate Hall of Contributors to English in workflows and changelog * fix(combos): make target timeout configurable (#2775) Merge PR #2775 — fix(combos): make target timeout configurable * feat: fix so restart of server restarts batch jobs instead of failing them (#2755) Merge PR #2755 — feat: fix so restart of server restarts batch jobs instead of failing them * chore(release): update changelog with merged PRs notes and credits * feat(api): add endpoint restrictions for client API keys (#2777) Merge PR #2777 — feat(api): add endpoint restrictions for client API keys * chore(release): update changelog with PR #2777 entry and contributor credit --------- Co-authored-by: Thanet S. <cho.112543@gmail.com> Co-authored-by: Randi <55005611+rdself@users.noreply.github.com> Co-authored-by: Markus Hartung <mail@hartmark.se> Co-authored-by: Jack <5443152+hijak@users.noreply.github.com>
120 lines
1.8 KiB
Plaintext
120 lines
1.8 KiB
Plaintext
# VCS
|
|
.git
|
|
**/.git
|
|
|
|
# Editor
|
|
.vscode
|
|
**/.vscode
|
|
|
|
# Dependencies and build output
|
|
node_modules
|
|
.next
|
|
out
|
|
build
|
|
dist
|
|
coverage
|
|
|
|
# Runtime data and logs
|
|
data
|
|
logs
|
|
|
|
# Local env files (inject at runtime via --env-file or -e)
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Test suites
|
|
tests
|
|
test-results
|
|
playwright-report
|
|
blob-report
|
|
|
|
# Documentation
|
|
# Translations (~51 MB) are excluded — the Docs viewer reads English sources.
|
|
# Screenshots (~1.7 MB) and SVGs (~250 KB) are needed at build time for MDX
|
|
# image resolution (fumadocs-mdx bundles them).
|
|
# Raster sources under docs/diagrams/ only (exported SVGs are required).
|
|
docs/i18n/**
|
|
docs/diagrams/**/*.png
|
|
docs/diagrams/**/*.jpg
|
|
docs/diagrams/**/*.jpeg
|
|
docs/diagrams/**/*.gif
|
|
docs/diagrams/**/*.webp
|
|
# Note: `*.md` matches the root only (Go filepath.Match does not cross /),
|
|
# so nested docs/**/*.md is implicitly kept without a re-include rule.
|
|
*.md
|
|
!README.md
|
|
|
|
# Electron (separate build)
|
|
electron
|
|
|
|
# VS Code extension (separate project)
|
|
vscode-extension
|
|
|
|
# Build artifacts
|
|
*.tgz
|
|
*.AppImage
|
|
*.deb
|
|
*.rpm
|
|
|
|
# Package manager lock (bun)
|
|
bun.lock
|
|
|
|
# Agent config
|
|
.agents
|
|
.gemini
|
|
|
|
# Misc
|
|
llm.txt
|
|
images
|
|
clipr
|
|
omnirouteCloud
|
|
omnirouteSite
|
|
|
|
# Temporary/Scratch Folders
|
|
_*
|
|
|
|
# CI/CD and Version Control (that are not actual code)
|
|
.github
|
|
.husky
|
|
.omc
|
|
|
|
# Test Configs and Reports
|
|
playwright.config.ts
|
|
vitest*.ts
|
|
audit-report.json
|
|
sonar-project.properties
|
|
|
|
# Deployment Configs
|
|
docker-compose*.yml
|
|
fly.toml
|
|
|
|
# Consistent with .gitignore
|
|
.DS_Store
|
|
.idea/
|
|
.config/
|
|
.data/
|
|
.omnivscodeagent/
|
|
*.sqlite-*
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
security-analysis/
|
|
.analysis/
|
|
antigravity-manager-analysis/
|
|
.sisyphus/
|
|
.plans/
|
|
app.__qa_backup/
|
|
.app-build-backup-*/
|
|
.gitnexus
|
|
.worktrees
|
|
.next-playwright/
|
|
cloud/
|