2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-17 09:25:52 +00:00
steffen-dotfiles/ackrc

19 lines
313 B
Plaintext
Raw Normal View History

# only search with case sensitivity if there is mixed case
--smart-case
# follow symlinks
--follow
2012-09-10 12:48:48 +00:00
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=_srcs
2012-11-13 18:28:59 +00:00
--ignore-dir=node_modules
2012-09-14 16:20:22 +00:00
--ignore-dir=.sass-cache
2012-09-10 12:48:48 +00:00
# we only want to search in scss/sass dirs
2012-11-13 18:28:59 +00:00
# --ignore-dir=css
2012-09-14 16:20:22 +00:00
2012-09-10 12:48:48 +00:00
--sort-files
2012-09-10 12:48:48 +00:00
# search in everything else
-a