aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.typos.toml
blob: db6fb422f8cb8b0efad05a785c41eb8a8356b3c0 (plain) (blame)
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
[default.extend-identifiers]
ot = "ot"
Ths2 = "Ths2"

[default.extend-words]
ANDS = "ANDS"
referer = "referer"

[files]
extend-exclude = [
	"*.fr.md",
	"*.map",
	"*.min.js",
	"*.po",
	"*.pot",
	"*.rtl.css",
	".git/",
	"app/i18n/cs/",
	"app/i18n/de/",
	"app/i18n/el/",
	"app/i18n/es/",
	"app/i18n/fa/",
	"app/i18n/fi/",
	"app/i18n/fr/",
	"app/i18n/he/",
	"app/i18n/hu/",
	"app/i18n/id/",
	"app/i18n/it/",
	"app/i18n/ja/",
	"app/i18n/ko/",
	"app/i18n/lv/",
	"app/i18n/nl/",
	"app/i18n/oc/",
	"app/i18n/pl/",
	"app/i18n/pt-br/",
	"app/i18n/pt-pt/",
	"app/i18n/ru/",
	"app/i18n/sk/",
	"app/i18n/tr/",
	"app/i18n/zh-cn/",
	"app/i18n/zh-tw/",
	"bin/",
	"CHANGELOG-old.md",
	"composer.lock",
	"data/",
	"docs/fr/",
	"lib/marienfressinaud/",
	"lib/phpgt/",
	"lib/phpmailer/",
	"lib/simplepie/",
	"node_modules/",
	"p/scripts/vendor/",
	"package-lock.json",
	"vendor/",
]