forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy path.ackrc
41 lines (34 loc) · 758 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
# Flush output immediately, even when piped.
--flush
# Like in Vim, ignore the case unless the pattern contains mixed case.
--smart-case
# default settings
--color
--sort-files
--follow
--group
# CSS
--type-set=scss=.scss
--type-set=less=.less
--type-add=css=.sass,.less,.scss
# JS
--type-add=js=.js.erb
--type-set=coffeescript=.coffee
# HTML / PHP templates.
--type-set=tpl=.tpl,.twig
--type-add=html=.tpl,.twig,.html.erb,.html.haml,.hbs
--type-add=twig=.twig
--type-add=php=.php
# Ruby
--type-add=ruby=.haml,.rake,.rsel,.builder
#--ignore-dir=
--ignore-dir=log
--ignore-dir=logs
--ignore-dir=tmp
--ignore-dir=.tmp
--ignore-dir=.sass-cache
--ignore-dir=.idea
--ignore-dir=vendor
--ignore-dir=coverage
--ignore-dir=public/generated
--ignore-dir=cache