forked from openthc/pos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ackrc
48 lines (40 loc) · 897 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
#
# OpenTHC .ackrc
#
--break
--color
--heading
--smart-case
--sort-files
--ignore-dir=.bundle/
--ignore-dir=.cache/
--ignore-dir=.composer/
--ignore-dir=.git/
--ignore-dir=.idea/
--ignore-dir=.local/
--ignore-dir=.npm/
--ignore-dir=.vscode/
--ignore-dir=doxygen/
--ignore-dir=log-archive/
--ignore-dir=node_modules/
--ignore-dir=output-data/
--ignore-dir=public/
--ignore-dir=source-data/
--ignore-dir=tmp/
--ignore-dir=var/
--ignore-dir=vendor/
--ignore-dir=webroot/assets/
--ignore-dir=webroot/css/
--ignore-dir=webroot/doc/
--ignore-dir=webroot/img/
--ignore-dir=webroot/lib/
--ignore-dir=webroot/openapi-ui/
--ignore-dir=webroot/output/
--ignore-dir=webroot/pub/
--ignore-dir=webroot/redoc/
--ignore-dir=webroot/sdk/
--ignore-dir=webroot/test-output/
--ignore-dir=webroot/vendor/
--ignore-file=is:.phpunit.result.cache
--ignore-file=is:composer.lock
--ignore-file=is:package-lock.json