Created
December 31, 2025 18:40
-
-
Save edombowsky/006ad01031d86083e4dc97f1ac0d380a to your computer and use it in GitHub Desktop.
ripgrep configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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