-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.ctags
76 lines (74 loc) · 1.35 KB
/
config.ctags
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
65
66
67
68
69
70
71
72
73
74
75
76
--exclude=*-lock.json
--exclude=*.bak
--exclude=*.bmp
--exclude=*.cache
--exclude=*.class
--exclude=*.css
--exclude=*.dll
--exclude=*.exe
--exclude=*.flac
--exclude=*.gif
--exclude=*.git
--exclude=*.hg
--exclude=*.ico
--exclude=*.jpg
--exclude=*.json
--exclude=*.less
--exclude=*.lock
--exclude=*.map
--exclude=*.md
--exclude=*.min.*
--exclude=*.mp3
--exclude=*.ogg
--exclude=*.pdb
--exclude=*.pdf
--exclude=*.png
--exclude=*.pyc
--exclude=*.rar
--exclude=*.sln
--exclude=*.svg
--exclude=*.swo
--exclude=*.swp
--exclude=*.tar
--exclude=*.tar.bz2
--exclude=*.tar.gz
--exclude=*.tar.xz
--exclude=*.tmp
--exclude=*.yml
--exclude=*.zip
--exclude=*build*.js
--exclude=*bundle*.js
--exclude=.*rc*
--exclude=.git
--exclude=.yardoc
--exclude=_build
--exclude=bin
--exclude=bundle
--exclude=cache
--exclude=compiled
--exclude=coverage
--exclude=cscope.*
--exclude=deps
--exclude=dist
--exclude=doc
--exclude=docs
--exclude=example
--exclude=frontend/gulp/node_modules
--exclude=log
--exclude=node_modules
--exclude=pkg
--exclude=public/packs
--exclude=public/packs-test
--exclude=spec/fixtures
--exclude=tags*
--exclude=target
--exclude=tmp
--exclude=vendor
--exclude=yarn.lock
--languages=-html
--languages=+ruby
--extras=+q+f
--tag-relative=yes
--fields=+ailmnS
--sort=foldcase
--regex-ruby=/(^|;)[ \t]*(class|module)[ \t]+([A-Z][[:alnum:]_]+(::[A-Z][[:alnum:]_]+)+)/\3/c,class,constant/