diff --git a/.cspell/custom-dictionary.txt b/.cspell/custom-dictionary.txt new file mode 100644 index 0000000..ad433d1 --- /dev/null +++ b/.cspell/custom-dictionary.txt @@ -0,0 +1,7 @@ +# Custom Dictionary Words +skola +goskola +pubtypes +zervo +zervó +zadachin \ No newline at end of file diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..c93be37 --- /dev/null +++ b/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [ + { + "name": "custom-dictionary", + "path": "./.cspell/custom-dictionary.txt", + "addWords": true + } + ], + "dictionaries": [ + "custom-dictionary" + ], + "words": [], + "ignoreWords": [], + "import": [] +}