File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments