# ripgrep config -- 100x smart defaults
# Install: export RIPGREP_CONFIG_PATH=~/dev/100x/configs/ripgrep.conf
# Smart case by default
--smart-case
# Follow symlinks
--follow
# Hidden files
--hidden
# Respect .gitignore
--no-require-git
# Glob exclusions
--glob=!.git/
--glob=!node_modules/
--glob=!.venv/
--glob=!__pycache__/
--glob=!*.min.js
--glob=!*.min.css
--glob=!*.map
--glob=!package-lock.json
--glob=!yarn.lock
--glob=!pnpm-lock.yaml
--glob=!go.sum
--glob=!.DS_Store
# Max columns for readable output
--max-columns=200
--max-columns-preview