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