-
-
Save teohm/3944398 to your computer and use it in GitHub Desktop.
My .ackrc
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
--type-add=css=.sass,.less,.scss | |
--type-add=ruby=.rake,.rsel,.builder,.thor | |
--type-add=html=.haml,.html.erb,.html.haml | |
--type-add=js=.js.erb,.coffee | |
--type-set=cucumber=.feature | |
--type-set=c=.c,.cpp,.ino,.pde,.h | |
--ignore-dir=vendor | |
--ignore-dir=log | |
--ignore-dir=tmp | |
--ignore-dir=doc | |
--ignore-dir=coverage | |
--ignore-dir=public/assets | |
--ignore-dir=spec/cassettes | |
--ignore-dir=features/cassettes | |
--smart-case | |
--sort-files | |
--color | |
--follow | |
--group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment