summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/tools.mdx
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-10-08 15:58:57 -0400
committerJay V <[email protected]>2025-10-09 13:19:51 -0400
commitf3b50219368f0277a4d003e1b1fd05c7daacd0fe (patch)
tree9c317751d581d4f395af12ffdf40aa3ef80c0cee /packages/web/src/content/docs/tools.mdx
parent7be9a84b72526ec9986c855d60f8b8bbca99392d (diff)
downloadopencode-f3b50219368f0277a4d003e1b1fd05c7daacd0fe.tar.gz
opencode-f3b50219368f0277a4d003e1b1fd05c7daacd0fe.zip
docs: adding tools doc
Diffstat (limited to 'packages/web/src/content/docs/tools.mdx')
-rw-r--r--packages/web/src/content/docs/tools.mdx4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/tools.mdx b/packages/web/src/content/docs/tools.mdx
index f323ac109..11761d4c8 100644
--- a/packages/web/src/content/docs/tools.mdx
+++ b/packages/web/src/content/docs/tools.mdx
@@ -303,7 +303,7 @@ Internally, tools like `grep`, `glob`, and `list` use [ripgrep](https://github.c
---
-### Override ignore patterns
+### Ignore patterns
To include files that would normally be ignored, create a `.ignore` file in your project root. This file can explicitly allow certain paths.
@@ -314,5 +314,3 @@ To include files that would normally be ignored, create a `.ignore` file in your
```
For example, this `.ignore` file allows ripgrep to search within `node_modules/`, `dist/`, and `build/` directories even if they're listed in `.gitignore`.
-
-The `.ignore` file follows ripgrep's ignore file syntax. Patterns prefixed with `!` negate the ignore rules from `.gitignore`.