From fe7d65ddb847de6825cd29144a4272945d245b87 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Thu, 25 Oct 2018 06:47:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Add=20cspell=20to=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .vscode/settings.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index c4f24f4..201e1e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode +!.vscode/settings.json dist node_modules diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..843cb3e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "cSpell.words": [ + "affero", + "agpl", + "jedipedia" + ] +} \ No newline at end of file