Files
dotfiles/ack/ackrc.symlink
Nick Nisi 185a885039 [ack] Added css and html types
CSS will also include less and scss files. HTML will also include
handlebars, mustache files as well.
2012-08-30 23:03:20 -05:00

15 lines
332 B
Plaintext

# General ack Settings
##########################################################
# only search with case-sensitivity if there is mixed case
--smart-case
# follow symlinks
--follow
# ignore directories
--ignore-dir=node_modules
# added file types
--type-set=css=.css,.less,.scss
--type-set=html=.html,.mustache,.handlebars,.tmpl