Skip to content

Instantly share code, notes, and snippets.

@IdahoEv
Created May 15, 2013 00:16
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 IdahoEv/5580770 to your computer and use it in GitHub Desktop.
Save IdahoEv/5580770 to your computer and use it in GitHub Desktop.
A pretty basic ackrc for Rails development
--ignore-dir=tmp
--ignore-dir=log
--type-add=ruby=.haml,.builder,.rake
--type-add=css=.sass,.scss
--type-add=js=.coffee
--type-set=markdown=.markdown,.md,.mdown
--type-set=actionscript=.as
--type-set=cucumber=.feature
--type-set=rdoc=.rdoc
--ruby
--css
--js
--markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment