When grep
ing over a codebase, there can be so many different things to trip you up and flag false positives, or files that you definitely didn’t want to grep
through (I’m looking at you minified JavaScript and CSS!). I thought I’d share some useful items I have as my GREP_OPTIONS
.