18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"version": "0.2",
|
|
"ignorePaths": ["/.gitignore", "/www/robots.txt", "images/**", ".vscode/**"],
|
|
"dictionaryDefinitions": [
|
|
{
|
|
"name": "custom-dictionary",
|
|
"path": "./.cspell/custom-dictionary.txt",
|
|
"addWords": true
|
|
}
|
|
],
|
|
"dictionaries": [
|
|
"custom-dictionary"
|
|
],
|
|
"words": [],
|
|
"ignoreWords": [],
|
|
"import": []
|
|
}
|