cspell fixes (#11447)

This commit is contained in:
Meow
2024-05-20 15:37:56 +02:00
committed by GitHub
parent 84e823c62f
commit 6e39d55dd3
11 changed files with 200 additions and 11 deletions

21
cspell.json Normal file
View File

@@ -0,0 +1,21 @@
{
"version": "0.2",
"ignorePaths": [
"Dockerfile",
"Dockerfile.*",
"CMakeLists.txt",
"*.db",
"node_modules",
"__pycache__",
"dist"
],
"language": "en",
"dictionaryDefinitions": [
{
"name": "frigate-dictionary",
"path": "./.cspell/frigate-dictionary.txt",
"addWords": true
}
],
"dictionaries": ["frigate-dictionary"]
}