File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-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+ ],
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+ }
You can’t perform that action at this time.
0 commit comments