-
Notifications
You must be signed in to change notification settings - Fork 4
/
.ackrc
65 lines (51 loc) · 1.3 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#
# 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
# Always color, even if piping to a another program
#--color
# Use "less -r" as my pager
#--pager=less -r
# 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
--ignore-dir=codecache
# files to ignore by default
#--ignore-file='match:/foo|bar/'
#--ignore-file=ext:one,two,more
#--ignore-file='firstlinematch:/perl/'
--ignore-file=is:tags
--ignore-file=is:cljout.js
--ignore-file=ext:.min.js