From 672e033f221506472cec24286298693a1d4ec2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=9Crker?= Date: Sun, 21 Jan 2024 13:24:41 +0300 Subject: [PATCH] .gitignore is now working --- UISelector.py | 10 ---------- log.log | 0 2 files changed, 10 deletions(-) delete mode 100644 UISelector.py delete mode 100644 log.log diff --git a/UISelector.py b/UISelector.py deleted file mode 100644 index ef99164c..00000000 --- a/UISelector.py +++ /dev/null @@ -1,10 +0,0 @@ -from constants import TAILWIND_UI - - -match TAILWIND_UI: - case True: - TEMPLATE_FOLDER = "templates/tailwindUI" - STATIC_FOLDER = "static/tailwindUI" - case False: - TEMPLATE_FOLDER = "templates/standardUI" - STATIC_FOLDER = "static/standardUI" diff --git a/log.log b/log.log deleted file mode 100644 index e69de29b..00000000