added vascode config to git repo
This commit is contained in:
parent
8871fd49ac
commit
b92ad8fa06
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
output/
|
||||
__pycache__/
|
||||
*.code-workspace
|
||||
content/pages/termine.md
|
||||
lighttpd.conf
|
||||
newsletter.sqlite
|
||||
@ -11,4 +10,4 @@ events.ini
|
||||
events.yaml
|
||||
deploy.ini
|
||||
.venv/
|
||||
.vscode/
|
||||
misc/picture\ ideas/
|
||||
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"spellright.language": [
|
||||
"de_DE",
|
||||
"en_US"
|
||||
],
|
||||
"spellright.documentTypes": [
|
||||
"markdown",
|
||||
"latex",
|
||||
"plaintext"
|
||||
]
|
||||
}
|
||||
8
.vscode/t-r.de.code-workspace
vendored
Normal file
8
.vscode/t-r.de.code-workspace
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user