2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-01 21:40:19 +00:00
steffen-dotfiles/ackrc
2012-11-13 19:28:59 +01:00

19 lines
313 B
Plaintext

# only search with case sensitivity if there is mixed case
--smart-case
# follow symlinks
--follow
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=_srcs
--ignore-dir=node_modules
--ignore-dir=.sass-cache
# we only want to search in scss/sass dirs
# --ignore-dir=css
--sort-files
# search in everything else
-a