From 8c8c0bf2f9b1450ab2f5b584c404f7ddf5caa07e Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 12 Oct 2023 14:55:46 +0200 Subject: [PATCH] more words --- cspell.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index cb607491c23..78b0a83f371 100644 --- a/cspell.json +++ b/cspell.json @@ -65,6 +65,7 @@ "dbanks", "rahul", "herskind", + "danlee", "suyash", "diffie", "bootnode", @@ -140,7 +141,18 @@ "bbfree", "archiver", "sigchld", - "pids" + "pids", + "comlink", + "checksummed", + "tsdoc", + "muldiv", + "clonedeepwith", + "bodyparser", + "pkgs", + "mktemp", + "unshielding", + "workdir", + "leveldb" ], "ignorePaths": [ "node_modules/", @@ -158,6 +170,8 @@ ".bootstrapped", "*.svg", "*.otf", - "git-subrepo/" + "git-subrepo/", + "*.snap", + "package.json" ] }