Created
January 24, 2018 17:31
-
-
Save ssoper/a3753348df538e65cee070de66e25d55 to your computer and use it in GitHub Desktop.
This file contains 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
# use color, even if piping to a another program | |
--color | |
# sort files | |
--sort-files | |
# only search with case sensitivity if there is mixed case | |
--smart-case | |
# follow symlinks | |
--follow | |
# stop reading a file after NUM matches. | |
--max-count=100 | |
# ignores - node | |
--ignore-dir=coverage | |
--ignore-dir=.nyc_output | |
--ignore-dir=node_modules | |
--ignore-dir=log | |
--ignore-dir=tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment