diff --git a/GUIDE.md b/GUIDE.md index ef54fe7f..d81db04b 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -567,12 +567,15 @@ $ cat $HOME/.ripgreprc --type-add web:*.{html,css,js}* +# Search hidden files / directories (e.g. dotfiles) by default +--hidden + # Using glob patterns to include/exclude files or folders ---glob=!git/* +--glob=!.git/* # or --glob -!git/* +!.git/* # Set the colors. --colors=line:none