Created
October 25, 2010 23:40
-
-
Save fallwith/646029 to your computer and use it in GitHub Desktop.
My ~/.ackrc file
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
--ignore-dir=log | |
--ignore-dir=logs | |
--ignore-dir=images | |
--ignore-dir=javascripts | |
--ignore-dir=stylesheets | |
--ignore-dir=tmp | |
--ignore-dir=vendor | |
--ignore-case | |
--smart-case | |
# follow symlinks | |
--follow | |
--type-set=delimited=.csv,.tsv | |
--type-add=sql=.pkg | |
--type-set=config=.tmpl,.conf | |
--type-add=ruby=.builder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment