mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
22 lines
386 B
JSON
22 lines
386 B
JSON
{
|
|
"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"]
|
|
}
|