-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.ackrc
More file actions
34 lines (33 loc) · 740 Bytes
/
base.ackrc
File metadata and controls
34 lines (33 loc) · 740 Bytes
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
#!/not/executable
#
# Copyright (c) 2011-2025 Matthew Pearson <matthewpearson@gmail.com>.
#
# These scripts are free. There is no warranty; your mileage may vary.
# Visit http://creativecommons.org/licenses/by-nc-sa/4.0/ for more details.
#
# custom commands to ack; see also perldoc Term::ANSIColor
#
--color-filename=bold
--color-match=bold green underline
--color-lineno=dark
--ignore-dir=bower_components
--ignore-dir=build
--ignore-dir=ve
--ignore-dir=.eggs
--ignore-dir=.tox
--ignore-dir=.vscode
--ignore-dir=ext:egg-info
--ignore-file=is:.coverage
--ignore-file=ext:min.js,map
--ignore-file=ext:orig
--smart-case
--sort-files
--type-set=svg=.svg
--type-set=txt=.txt
--nocss
--nohtml
--nojs
--nojson
--noless
--nosvg
#EOF __TAGGED__