15 lines
186 B
TOML
15 lines
186 B
TOML
[files]
|
|
extend-exclude = [
|
|
"lib/l10n/*",
|
|
"assets/*",
|
|
"integration_test/",
|
|
"lib/config/*",
|
|
"ios/",
|
|
"macos/",
|
|
"*.patch",
|
|
]
|
|
|
|
[default.extend-words]
|
|
Caf = "Caf"
|
|
OIS = "OIS"
|
|
PN = "PN"
|