Public Access
5
0

Ajout de dictionnaire pour correction de texte et extensions et robots

This commit is contained in:
2025-11-24 01:05:37 -05:00
parent 50f6db64d5
commit 0082e76622
5 changed files with 42 additions and 1 deletions

17
cspell.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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": []
}