Merge 352407f95c into ae614d919f
commit
2d6c6e11ea
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue