Adjusted .gitignore and workspace settings.

This commit is contained in:
Bassam Husain
2023-03-12 20:36:15 -04:00
parent e972231cd1
commit b2f110df0a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
printer-*_*.cfg printer-*_*.cfg
.moonraker.conf.bkp .moonraker.conf.bkp
.directory

View File

@@ -3,6 +3,6 @@
"editor.insertSpaces": true, "editor.insertSpaces": true,
"editor.detectIndentation": false, "editor.detectIndentation": false,
"git.mergeEditor": false, "git.mergeEditor": false,
"spellright.language": ["en-US-10-1."], "spellright.language": ["en-GB-10-1."],
"spellright.documentTypes": ["markdown", "latex", "plaintext"] "spellright.documentTypes": ["markdown", "plaintext"]
} }