Skip to content

Instantly share code, notes, and snippets.

@ipcorp
Created May 16, 2013 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipcorp/5588892 to your computer and use it in GitHub Desktop.
Save ipcorp/5588892 to your computer and use it in GitHub Desktop.
Ack configuration file:
--type-add=css=.sass,.less,.scss
--type-add=ruby=.rake,.thor
--type-add=html=.haml,.html.erb,.html.haml,.erb
--type-add=js=.js.erb,.coffee
--type-set=cucumber=.feature
--ignore-dir=vendor
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=doc
--ignore-dir=public/assets
--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