diff --git a/.gitignore b/.gitignore index 8590bf2..399446e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ +templates/articles/ +!templates/articles/loremipsum.html + .env __pycache__ *.pyc -.venv \ No newline at end of file +.venv diff --git a/articles b/articles new file mode 120000 index 0000000..69183c9 --- /dev/null +++ b/articles @@ -0,0 +1 @@ +templates/articles/ \ No newline at end of file