-
Notifications
You must be signed in to change notification settings - Fork 0
/
ctags
56 lines (54 loc) · 1015 Bytes
/
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
--python-kinds=-i
--langmap=javascript:.js.es6.es.jsx.ts.tsx
--javascript-kinds=-c-f-m-p-v
--exclude=\*.git
--exclude=\*.svn
--exclude=\*.hg
--exclude=cache
--exclude=build
--exclude=dist
--exclude=bin
--exclude=node_modules
--exclude=bower_components
--exclude=\*-lock.json
--exclude= \*.lock
--exclude=\*.min.\*
--exclude=\*.bak
--exclude=\*.zip
--exclude=\*.pyc
--exclude=\*.class
--exclude=\*.sln
--exclude=\*.csproj
--exclude=\*.csproj.user
--exclude=\*.tmp
--exclude=\*.cache
--exclude=\*.vscode
--exclude=\*.pdb
--exclude=\*.exe
--exclude=\*.dll
--exclude=\*.bin
--exclude=\*.mp3
--exclude=\*.ogg
--exclude=\*.flac
--exclude=\*.swp
--exclude=\*.swo
--exclude=.DS_Store
--exclude=\*.plist
--exclude=\*.bmp
--exclude=\*.gif
--exclude=\*.ico
--exclude=\*.jpg
--exclude=\*.png
--exclude=\*.svg
--exclude=\*.rar
--exclude=\*.zip
--exclude=\*.tar
--exclude=\*.tar.gz
--exclude=\*.tar.xz
--exclude=\*.tar.bz2
--exclude=\*.pdf
--exclude=\*.doc
--exclude=\*.docx
--exclude=\*.ppt
--exclude=\*.pptx
--exclude=\*.xls