Files
dotfiles/ack/ackrc.symlink
2012-08-09 15:40:24 -05:00

14 lines
272 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=less=.less