diff --git a/.gitignore b/.gitignore index a193936..162d437 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file +misc/picture\ ideas/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4303561 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "spellright.language": [ + "de_DE", + "en_US" + ], + "spellright.documentTypes": [ + "markdown", + "latex", + "plaintext" + ] +} \ No newline at end of file diff --git a/.vscode/t-r.de.code-workspace b/.vscode/t-r.de.code-workspace new file mode 100644 index 0000000..d241697 --- /dev/null +++ b/.vscode/t-r.de.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": ".." + } + ], + "settings": {} +} \ No newline at end of file