-
Is there a way to include hidden files/folders but exclude
But this would exclude all files that have the word |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
The glob patterns are meant to work like the ones in
|
Beta Was this translation helpful? Give feedback.
-
Also note that you can put |
Beta Was this translation helpful? Give feedback.
-
In order to get this to be the default behavior, I needed the following two lines in ripgreprc:
If the second line is instead |
Beta Was this translation helpful? Give feedback.
-
the existing answers seem pointlessly complicated. I am sure someone will correct me, but this seems to work for my needs:
|
Beta Was this translation helpful? Give feedback.
The glob patterns are meant to work like the ones in
.gitignore
; you can just use!.git
(or!.git/
to be more precise)