Skip to content

Instantly share code, notes, and snippets.

@edombowsky
Created December 31, 2025 18:40
Show Gist options
  • Select an option

  • Save edombowsky/006ad01031d86083e4dc97f1ac0d380a to your computer and use it in GitHub Desktop.

Select an option

Save edombowsky/006ad01031d86083e4dc97f1ac0d380a to your computer and use it in GitHub Desktop.
ripgrep configuration
# Search hidden files / directories (e.g. dotfiles) by default
--hidden
# Using glob patterns to include/exclude files or folders
--glob=!.git/*
# Because who cares about case!?
--smart-case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment