Skip to content

Instantly share code, notes, and snippets.

@derekharmel
Created December 11, 2012 21:56
Show Gist options
  • Save derekharmel/4262603 to your computer and use it in GitHub Desktop.
Save derekharmel/4262603 to your computer and use it in GitHub Desktop.
.ackrc for Rails projects that may use HAML, ERB, CoffeeScript, Sass, SCSS, Cucumber
--type-add=ruby=.haml,.rake,.rsel,.builder
--type-add=html=.html.erb,.html.haml
--type-add=js=.js.erb,.coffee
--type-add=css=.sass,.scss
--type-set=cucumber=.feature
--ignore-dir=vendor
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=doc
--ignore-dir=coverage
--sort-files
--color
--follow
--group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment