forked from apache/couchdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.elp.toml
More file actions
38 lines (38 loc) · 727 Bytes
/
.elp.toml
File metadata and controls
38 lines (38 loc) · 727 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
[build_info]
apps = ["src/*"]
# 3rd party dependencies (not type-checked), defaults to [] (see rebar.config.script)
deps = [
"src/erlfmt",
"src/rebar",
"src/rebar3",
"src/meck",
"src/cowlib",
"src/gun",
"src/recon",
"src/proper",
"src/fauxton",
"src/docs",
"src/meck",
"src/jiffy",
"src/ibrowse",
"src/mochiweb",
"src/snappy"
]
# List of OTP application names to exclude from indexing. This can help improve performance by not loading rarely used OTP apps.
[otp]
exclude_apps = [
"megaco",
"common_test",
"edoc",
"eldap",
"erl_docgen",
"et",
"ftp",
"mnesia",
"odbc",
"observer",
"snmp",
"tftp",
"wx",
"xmerl"
]