From 23e4039b31c04f908a50e96e4647b195c63eb6fa Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sun, 22 Dec 2019 22:09:46 -0500 Subject: [PATCH] add spellcheck ignore --- .vscode/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d5156c6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "cSpell.words": [ + "Hotwatch", + "actix", + "bunbun", + "bunbunsearch", + "itertools", + "opensearchdescription" + ] +} \ No newline at end of file