mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-04-28 06:19:46 +00:00
- Fixed proxyFetch regex incomplete escape - Updated contextManager regex to avoid Polynomial ReDoS (using [^]*?) - Removed redundant incomplete sanitization replace in page.tsx - Fixed perplexity-web missing flags (i) in regex and used [^]*? - Renamed callLogArtifact sha256 to artifactHash to fix false positive password hash alert
102 lines
1.4 KiB
Text
102 lines
1.4 KiB
Text
# Database files - NEVER publish
|
|
data/
|
|
**/data/
|
|
**/db.json
|
|
|
|
# VS Code extension test runtime (large binary, not needed in npm package)
|
|
app/vscode-extension/
|
|
**/data/
|
|
**/db.json
|
|
|
|
# Source code (pre-built app/ is published instead)
|
|
src/
|
|
open-sse/
|
|
docs/
|
|
tests/
|
|
cloud/
|
|
images/
|
|
logs/
|
|
scripts/
|
|
|
|
# Config/dev files
|
|
*.md
|
|
!README.md
|
|
.gitignore
|
|
.git/
|
|
.github/
|
|
.husky/
|
|
.vscode/
|
|
.agents/
|
|
.env*
|
|
app/.env
|
|
app/.env*
|
|
eslint.config.mjs
|
|
prettier.config.mjs
|
|
postcss.config.mjs
|
|
next.config.mjs
|
|
tsconfig.json
|
|
tsconfig.typecheck-core.json
|
|
tsconfig.typecheck-noimplicit-core.json
|
|
playwright.config.ts
|
|
vitest.config.ts
|
|
next-env.d.ts
|
|
llm.txt
|
|
|
|
# Docker
|
|
docker-compose*.yml
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Misc
|
|
AGENTS.md
|
|
bun.lock
|
|
|
|
# Build artifacts (pre-built goes inside app/)
|
|
.next/
|
|
node_modules/
|
|
|
|
# Ignore large binary files and other build directories
|
|
*.tgz
|
|
*.AppImage
|
|
*.deb
|
|
*.rpm
|
|
electron/
|
|
app/electron/
|
|
app/vscode-extension/
|
|
|
|
# Subprojects
|
|
clipr/
|
|
omnirouteCloud/
|
|
omnirouteSite/
|
|
vscode-extension/
|
|
|
|
# Root-level underscore-prefixed directories (private/draft — never publish)
|
|
/_*/
|
|
app/_*/
|
|
app/coverage/
|
|
app/logs/
|
|
app/tests/
|
|
|
|
# Consistent with .gitignore and .dockerignore
|
|
.DS_Store
|
|
.idea/
|
|
.config/
|
|
.data/
|
|
.omnivscodeagent/
|
|
.omc/
|
|
*.sqlite-*
|
|
*.tsbuildinfo
|
|
security-analysis/
|
|
.analysis/
|
|
antigravity-manager-analysis/
|
|
.sisyphus/
|
|
.plans/
|
|
app.__qa_backup/
|
|
.app-build-backup-*/
|
|
.gitnexus
|
|
.worktrees
|
|
.next-playwright/
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
coverage/
|