[PR #3529] Feat: --no-ignore-vcs option for ripgrep #10684

Closed
opened 2026-02-16 18:15:25 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/3529

State: closed
Merged: No


  • Find files in .gitignore if user set config explicitly like below
{
  "$schema": "https://opencode.ai/config.json",
  "file": {
    "no_ignore_vcs": true
  }
}
  • If you want to change field name or add other options like --no-ignore, --no-ignore-dot, --no-ignore-exclude and so on, please leave a comment.
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3529 **State:** closed **Merged:** No --- - Find files in .gitignore if user set config explicitly like below ```json { "$schema": "https://opencode.ai/config.json", "file": { "no_ignore_vcs": true } } ``` - If you want to change field name or add other options like `--no-ignore`, `--no-ignore-dot`, `--no-ignore-exclude` and so on, please leave a comment.
yindo added the pull-request label 2026-02-16 18:15:25 -05:00
yindo closed this issue 2026-02-16 18:15:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10684