From c70f7361ce1a2226d7955b76bb1c4ff770c6612d Mon Sep 17 00:00:00 2001 From: swve Date: Sun, 6 Nov 2022 17:40:20 +0100 Subject: [PATCH] feat: add content directory --- .gitignore | 2 +- content/__init__.py | 0 content/uploads/__init__.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 content/__init__.py create mode 100644 content/uploads/__init__.py diff --git a/.gitignore b/.gitignore index d61c99ea..e0380223 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ __pycache__/ .vscode/ # Learnhouse -content/* +# content/* # Distribution / packaging .Python diff --git a/content/__init__.py b/content/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/content/uploads/__init__.py b/content/uploads/__init__.py new file mode 100644 index 00000000..e69de29b