Skip to content

Instantly share code, notes, and snippets.

@victornguyen
Forked from theaboutbox/.ackrc
Created August 24, 2015 07:50
Show Gist options
  • Save victornguyen/cd74efaefac10abe445a to your computer and use it in GitHub Desktop.
Save victornguyen/cd74efaefac10abe445a to your computer and use it in GitHub Desktop.
My .ackrc
--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
--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