From a7880d141659e4820108669964d75d95b7a01101 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 20 Sep 2025 06:23:23 +0000 Subject: [PATCH] file changes --- .dockerignore | 5 ++++- .gitignore | 2 +- settings.default.yml | 2 +- templates/index.html | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index a8cc85d..91e38da 100644 --- a/.dockerignore +++ b/.dockerignore @@ -14,7 +14,10 @@ __pycache__/ *.pyd venv/ *.egg-info/ +req.txt +my.settings.yml + # IDE files .vscode/ -.idea/ \ No newline at end of file +.idea/ diff --git a/.gitignore b/.gitignore index fd4c6f8..fdc56b7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ req.txt settings.yml app.log /config/* - +my.settings.yml diff --git a/settings.default.yml b/settings.default.yml index 7bc9312..2906c10 100644 --- a/settings.default.yml +++ b/settings.default.yml @@ -352,4 +352,4 @@ conversion_tools: formats: jpg_q85: JPEG (High Quality) jpg_q75: JPEG (Web Quality) - jpg_q60: JPEG (Aggressive Compression) + jpg_q60: JPEG (Aggressive Compression) \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 8db4c09..3fd8d4e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,7 +40,7 @@
-

1. Choose Files

+

Choose Files