Create cspell.jsom

This commit is contained in:
Stefan Pejcic
2024-11-30 00:15:39 +01:00
committed by GitHub
parent 515f577332
commit 7bceee020d

22
cspell.jsom Normal file
View File

@@ -0,0 +1,22 @@
{
"version": "0.2",
"language": "en",
"ignorePaths": [
"node_modules",
"build",
"dist",
".git",
"website/build"
],
"dictionaries": [
"typescript",
"javascript",
"html",
"markdown"
],
"words": [
"Docusaurus",
"inodes",
"clamav"
]
}