forked from graste/dotfiles-etc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ackrc
48 lines (39 loc) · 994 Bytes
/
.ackrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# general settings for ack-grep
#
# only search with case sensitivity if there is mixed case
--smart-case
# follow symlinks by default
--follow
# always sort
#--sort-files
# no grouping
#--noheading
#--break
#
# type settings
#
# add markdown, textile, and reStructuredText
--type-set=plaintext=.md,.mdown,.markdown,.mkdn,.textile,.rst,.txt
--type-set=csv=.txt,.csv,.tsv
--type-set=gettext=.pot,.po
--type-add=ruby=.haml
--type-set=log=.log
--type-set=django=.py,.html
--type-set=less=.less
--type-set=sass=.sass,.scss
--type-set=vim=.vim
--type-set=puppet=.pp
--type-set=frontend=.html,.js,.less,.sass,.scss,.css
--type-set=frontendadv=.html,.js,.less,.css,.sass,.scss
--type-set=docs=.markdown,.md,.mdown,.mkdn,.rst
# types to ignore by default
--nogettext
# paths to ignore by default
--ignore-dir=public/media/cache
--ignore-dir=public/static/cache
--ignore-dir=build/html
--ignore-dir=docs/build
--ignore-dir=app/log
--ignore-dir=app/cache
--ignore-dir=pub/static/modules-built