forked from openthc/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ackrc
More file actions
38 lines (32 loc) · 818 Bytes
/
.ackrc
File metadata and controls
38 lines (32 loc) · 818 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
35
36
37
38
#
# OpenTHC .ackrc
#
# @see
# https://gist.github.com/bracke/6183737
# https://gist.github.com/chapati23/2988102
# https://gist.github.com/kevinold/4749656
# --nominifiedjs
# --pager="less --long-prompt --no-init --no-lessopen --quiet --quit-if-one-screen --RAW-CONTROL-CHARS --line-numbers"
# --pager="less -R"
# --type-set=minifiedjs=.min.js
--break
--heading
--smart-case
--sort-files
--ignore-dir=.bundle/
--ignore-dir=.composer/
--ignore-dir=.git/
--ignore-dir=doxygen/
--ignore-dir=node_modules/
--ignore-dir=scrape
--ignore-dir=var/
--ignore-dir=vendor/
--ignore-dir=webroot/assets/
--ignore-dir=webroot/doc/
--ignore-dir=webroot/doc2/
--ignore-dir=webroot/dox/
--ignore-dir=webroot/lib/
--ignore-dir=webroot/sdk/
--ignore-file=is:composer.lock
--ignore-file=is:composer.phar
--ignore-file=is:phpcpd.phar