Ajout de dictionnaire pour correction de texte et extensions et robots
This commit is contained in:
10
.cspell/custom-dictionary.txt
Normal file
10
.cspell/custom-dictionary.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# Custom Dictionary Words
|
||||
Orbis
|
||||
Grineers
|
||||
Dezothez
|
||||
Warframe
|
||||
warframe
|
||||
natah
|
||||
Natah
|
||||
Hébert
|
||||
Escorcia
|
||||
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@@ -24,6 +24,7 @@
|
||||
"streetsidesoftware.code-spell-checker-french-reforme",
|
||||
"nhoizey.gremlins",
|
||||
"s2junn.image-essentials",
|
||||
"shardulm94.trailing-spaces"
|
||||
"shardulm94.trailing-spaces",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
}
|
||||
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"not.cSpell.words": ["Grineers", "Dezothez", "Warframe", "warframe"],
|
||||
"cSpell.language": "en,fr,fr-90",
|
||||
"editor.formatOnSave": true,
|
||||
"[html]": {
|
||||
"files.autoSave": "afterDelay",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"emmet.variables": {
|
||||
"lang": "fr"
|
||||
}
|
||||
}
|
||||
17
cspell.json
Normal file
17
cspell.json
Normal 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": []
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
# Toute autre utilisation n'est pas autorisée, y compris, mais sans s'y limiter : pour les grands modèles de langage (LLM), l'apprentissage automatique et/ou les activités liées à l'intelligence artificielle.
|
||||
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
|
||||
Disallow: /_previsualisation/
|
||||
Disallow: /includes/boite/1/
|
||||
|
||||
Reference in New Issue
Block a user