pull/13180/merge
Brandon 2026-04-08 05:12:18 +00:00 committed by GitHub
commit 2d6c6e11ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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/