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/
|
output/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.code-workspace
|
|
||||||
content/pages/termine.md
|
content/pages/termine.md
|
||||||
lighttpd.conf
|
lighttpd.conf
|
||||||
newsletter.sqlite
|
newsletter.sqlite
|
||||||
@ -11,4 +10,4 @@ events.ini
|
|||||||
events.yaml
|
events.yaml
|
||||||
deploy.ini
|
deploy.ini
|
||||||
.venv/
|
.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