From 2a04803d41883b3da7bf23446c15c140b6ff6c6a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 18 May 2024 19:55:27 +0000 Subject: [PATCH] chore: ignore threads/ blueprint --- .gitignore | 3 +- threads/templates/threads.html | 437 --------------------------------- 2 files changed, 1 insertion(+), 439 deletions(-) delete mode 100644 threads/templates/threads.html diff --git a/.gitignore b/.gitignore index c7d1b61..2387f3b 100755 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,7 @@ config.json *.sock # blueprints -threads.py -templates/threads.html +threads/ # Temp files *~ diff --git a/threads/templates/threads.html b/threads/templates/threads.html deleted file mode 100644 index ca894e4..0000000 --- a/threads/templates/threads.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - {{ app.title }} - - {% if threads|length == 1 %} - - - {% else %} - - - {% endif %} - - - - - - - - - - - - -
- -

{{ app.title }}

-

{{ app.description }}

-
-
-
- Back -
- - - Top -
- - -