From 92b4f0d316a6fb3530a0dc024a517e970c0d87aa Mon Sep 17 00:00:00 2001 From: Kale Blankenship Date: Sat, 13 Jan 2018 16:21:29 -0800 Subject: [PATCH] Remove .vscode directory from repo --- .gitignore | 1 + .vscode/cSpell.json | 34 ---------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 .vscode/cSpell.json diff --git a/.gitignore b/.gitignore index 2e92fb9f..372e048b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ amqp.test cover.out .envrc recordings +.vscode diff --git a/.vscode/cSpell.json b/.vscode/cSpell.json deleted file mode 100644 index 250e44b7..00000000 --- a/.vscode/cSpell.json +++ /dev/null @@ -1,34 +0,0 @@ -// cSpell Settings -{ - // Version of the setting file. Always 0.1 - "version": "0.1", - // language - current active spelling language - "language": "en", - // words - list of words to be always considered correct - "words": [ - "amqps", - "AMQP", - "sasl", - "SASLOK", - "unmarshals", - "Wrapf", - "TODOs", - "Ubyte", - "Ushort", - "Ulong", - "Vbin", - "elems", - "strs", - "vari", - "IETF", - "performatives", - "reassociate", - "directionality" - ], - // flagWords - list of words to be always considered incorrect - // This is useful for offensive words and common spelling errors. - // For example "hte" should be "the" - "flagWords": [ - "hte" - ] -} \ No newline at end of file