Skip to content

Commit b43a347

Browse files
committed
Added cspell.json
1 parent 9bd266f commit b43a347

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

cspell.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
],
25+
"useGitignore": true,
26+
"ignorePaths": [
27+
".git/*",
28+
".git/!{COMMIT_EDITMSG,EDITMSG}",
29+
".git/*/**",
30+
".yarn",
31+
".pnp.js",
32+
".vscode",
33+
".gitignore",
34+
"action/lib/**",
35+
"coverage",
36+
"cspell.json",
37+
"__snapshots__",
38+
"__recordings__",
39+
"**/coverage/**",
40+
"**/fixtures/**/*.json",
41+
"**/fixtures/sampleCode/*errors/",
42+
"node_modules",
43+
"main_root.js",
44+
"package-lock.json",
45+
"pnpm-lock.yaml",
46+
"yarn.lock"
47+
]
48+
}

0 commit comments

Comments
 (0)