You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1005 B
56 lines
1005 B
{ |
|
"version": "0.2", |
|
"language": "en", |
|
"useGitignore": true, |
|
"enableGlobDot": false, |
|
"words": [ |
|
"OpenAPI" |
|
], |
|
"ignorePaths": [ |
|
"**.svg", |
|
"**/assets", |
|
"**/l10n/!(en.arb)", |
|
"external", |
|
"packages/dynamite/dynamite_petstore_example/lib", |
|
"packages/file_icons/lib/src/data.dart", |
|
"packages/neon_lints/lib", |
|
"tool/dev/static" |
|
], |
|
"dictionaries": [ |
|
"bash", |
|
"dart_flutter", |
|
"en_US", |
|
"misc", |
|
"neon", |
|
"nextcloud", |
|
"softwareTerms", |
|
"tools", |
|
"webdav" |
|
], |
|
"dictionaryDefinitions": [ |
|
{ |
|
"name": "dart_flutter", |
|
"path": ".cspell/dart_flutter.txt" |
|
}, |
|
{ |
|
"name": "misc", |
|
"path": ".cspell/misc.txt" |
|
}, |
|
{ |
|
"name": "neon", |
|
"path": ".cspell/neon.txt" |
|
}, |
|
{ |
|
"name": "nextcloud", |
|
"path": ".cspell/nextcloud.txt" |
|
}, |
|
{ |
|
"name": "tools", |
|
"path": ".cspell/tools.txt" |
|
}, |
|
{ |
|
"name": "webdav", |
|
"path": ".cspell/webdav.txt" |
|
} |
|
] |
|
}
|
|
|