From 7bceee020d30ddcf76412ca19de818c0ec208707 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 30 Nov 2024 00:15:39 +0100 Subject: [PATCH] Create cspell.jsom --- cspell.jsom | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 cspell.jsom diff --git a/cspell.jsom b/cspell.jsom new file mode 100644 index 00000000..43432a82 --- /dev/null +++ b/cspell.jsom @@ -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" + ] +}