Skip to content

Commit 3f46211

Browse files
committed
Added cspell.json
1 parent 3d8f13c commit 3f46211

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

cspell.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"version": "0.2",
3+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
4+
"enableGlobDot": true,
5+
"words": [
6+
"camelcase",
7+
"codecov",
8+
"cosmiconfig",
9+
"coverallsapp",
10+
"EDITMSG",
11+
"lcov",
12+
"octokit",
13+
"openapi",
14+
"pollyjs",
15+
"repos",
16+
"shrinkwrap",
17+
"streetsidesoftware",
18+
"tauri",
19+
"rustc",
20+
"xctoolchain",
21+
"rpath",
22+
"Xswiftc",
23+
"objc",
24+
"PCWSTR",
25+
"HSTRING",
26+
"HRESULT",
27+
"Pkcs"
28+
],
29+
"useGitignore": true,
30+
"ignorePaths": [
31+
".git/*",
32+
".git/!{COMMIT_EDITMSG,EDITMSG}",
33+
".git/*/**",
34+
".yarn",
35+
".pnp.js",
36+
".vscode",
37+
".gitignore",
38+
"action/lib/**",
39+
"coverage",
40+
"cspell.json",
41+
"__snapshots__",
42+
"__recordings__",
43+
"**/coverage/**",
44+
"**/fixtures/**/*.json",
45+
"**/fixtures/sampleCode/*errors/",
46+
"node_modules",
47+
"main_root.js",
48+
"package-lock.json",
49+
"pnpm-lock.yaml",
50+
"yarn.lock"
51+
]
52+
}

0 commit comments

Comments
 (0)