Skip to content

Instantly share code, notes, and snippets.

@nilcolor
Created April 13, 2012 09:06
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 nilcolor/2375276 to your computer and use it in GitHub Desktop.
Save nilcolor/2375276 to your computer and use it in GitHub Desktop.
ack[_grep] setup
#~/.ackrc
--type-add
html=.erb,.haml,.jade
--type-set
scripts=.js,.coffee
--type-set
styles=.css,.scss,.sass,.less
--ignore-dir=node_modules
--ignore-dir=vendor # you still can ack in vendor files - just `cd vendor && ack ...`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment