summaryrefslogtreecommitdiffstats
path: root/GUIDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'GUIDE.md')
-rw-r--r--GUIDE.md7
1 files changed, 5 insertions, 2 deletions
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