From 352407f95cde5983552d6decb48f0c61e8d8f825 Mon Sep 17 00:00:00 2001 From: Brandon Wisnicki Date: Wed, 11 Feb 2026 22:25:15 -0500 Subject: [PATCH] docs fixes --- packages/web/src/content/docs/tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/tools.mdx b/packages/web/src/content/docs/tools.mdx index 736480030d..c8f58be729 100644 --- a/packages/web/src/content/docs/tools.mdx +++ b/packages/web/src/content/docs/tools.mdx @@ -368,7 +368,7 @@ Internally, tools like `grep`, `glob`, and `list` use [ripgrep](https://github.c ### 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. +To include files that would normally be ignored, create a `.ignore or `.rgignore` file in your project root. This file can explicitly allow certain paths. ```text title=".ignore" !node_modules/