Skip to content

Instantly share code, notes, and snippets.

@robertjung
Created March 21, 2012 14:46
Show Gist options
  • Save robertjung/2147746 to your computer and use it in GitHub Desktop.
Save robertjung/2147746 to your computer and use it in GitHub Desktop.
My .ackrc with rails specific stuff
--type-add=html=.haml
--type-add=css=.sass,.scss,.less
--type-add=js=.rjs,.coffee
--type-add=ruby=.erb
--ignore-dir=vendor
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=doc
--ignore-dir=public/system
--sort-files
--color
--follow
--group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment