Skip to content

Instantly share code, notes, and snippets.

@bdcheung
Created September 8, 2015 17:34
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 bdcheung/44f5dadba2e7e757ad1d to your computer and use it in GitHub Desktop.
Save bdcheung/44f5dadba2e7e757ad1d to your computer and use it in GitHub Desktop.
My ackrc
--smart-case
--sort-files
--follow
--color
--group
--type-set=coffee=.coffee
--type-set=slim=.slim
--type-set=scss=.scss
--type-set=less=.less
--type-set=cucumber=.feature
--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
--ignore-dir=vendor
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=doc
--ignore-dir=coverage
--ignore-dir=spec/fixtures
--ignore-dir=public
--ignore-dir=bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment