diff --git a/packages/web/src/content/docs/tools.mdx b/packages/web/src/content/docs/tools.mdx index abd486aeb6..9408cdf064 100644 --- a/packages/web/src/content/docs/tools.mdx +++ b/packages/web/src/content/docs/tools.mdx @@ -351,7 +351,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/