forked from hackforla/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcspell.json
39 lines (39 loc) · 770 Bytes
/
cspell.json
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
{
"version": "0.2",
"language": "en",
// words - list of words to be always considered correct
"words": [
"VRMS",
"Westside",
"Cleantech",
"Inclusivity",
"Collabathon",
"Undebate",
"hackforla",
"redirections"
],
"ignoreWords": [
"Harish"
],
"ignorePaths": [
"node_modules",
".github",
"test/",
"docker-compose.yml",
"_sass/",
"_data/internal/credits/",
"_includes/design-system-page/examples/",
"_includes/svg/",
"assets/",
"_config.docker.yml",
"_site/",
"github-actions/",
"redirections/",
"surveys/",
"google-apps-scripts/"
],
"ignoreRegExpList": [
"\\- name:.*$",
"github-handle:.*$"
]
}