From 59226ee954e40b21e64187fed3eef80db436d148 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 31 Oct 2022 16:29:56 +0530 Subject: * Article Published * Adds Twitter Share Button * Style Changes --- cspell.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cspell.json (limited to 'cspell.json') diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..7347bce --- /dev/null +++ b/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "endfor", + "gtools", + "nowrap", + "tbody", + "thead" + ], + "ignoreWords": [], + "import": [], + "enableFiletypes": [ + "nunjucks" + ] +} -- cgit v1.2.3