From 9770e25b4ac38a8b88ca0bcc8dc8c1da6a9413d5 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 12 Mar 2023 20:35:04 -0400 Subject: [PATCH] Adjusted .gitignore and workspace settings. --- .gitignore | 1 + .vscode/settings.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a46f989..c90eda7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ printer-*_*.cfg .moonraker.conf.bkp +.directory diff --git a/.vscode/settings.json b/.vscode/settings.json index 06c7957..384e9d9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,6 @@ "editor.insertSpaces": true, "editor.detectIndentation": false, "git.mergeEditor": false, - "spellright.language": ["en-US-10-1."], - "spellright.documentTypes": ["markdown", "latex", "plaintext"] + "spellright.language": ["en-GB-10-1."], + "spellright.documentTypes": ["markdown", "plaintext"] }