From e2a100122c383b22cfdec19518794a2b4e48e46a Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 20 Feb 2025 01:57:28 +0100 Subject: [PATCH] CHANGE: removed temp files --- .gitignore | 2 ++ Backend/templates/base_templ.txt | 1 - Backend/templates/hello_templ.txt | 2 -- Backend/templates/timeComponents_templ.txt | 32 ---------------------- Backend/templates/timeDashboard_templ.txt | 2 -- Backend/templates/user_templ.txt | 1 - 6 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 Backend/templates/base_templ.txt delete mode 100644 Backend/templates/hello_templ.txt delete mode 100644 Backend/templates/timeComponents_templ.txt delete mode 100644 Backend/templates/timeDashboard_templ.txt delete mode 100644 Backend/templates/user_templ.txt diff --git a/.gitignore b/.gitignore index 1d7394b..97ce011 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ go.work.sum #Debug files **__debug* + +*_templ.txt diff --git a/Backend/templates/base_templ.txt b/Backend/templates/base_templ.txt deleted file mode 100644 index 2692720..0000000 --- a/Backend/templates/base_templ.txt +++ /dev/null @@ -1 +0,0 @@ -Arbeitszeit \ No newline at end of file diff --git a/Backend/templates/hello_templ.txt b/Backend/templates/hello_templ.txt deleted file mode 100644 index b3e5211..0000000 --- a/Backend/templates/hello_templ.txt +++ /dev/null @@ -1,2 +0,0 @@ -
Hello, -
\ No newline at end of file diff --git a/Backend/templates/timeComponents_templ.txt b/Backend/templates/timeComponents_templ.txt deleted file mode 100644 index 38e36a8..0000000 --- a/Backend/templates/timeComponents_templ.txt +++ /dev/null @@ -1,32 +0,0 @@ -

-

Überstunden

4h 32min

-
-
-

-: -

Arbeitszeit

-

Bitte anpassen

-

-

-
-
-
-
- -
-
-
-
-

- -

-
Fehler
Arbeitszeit unter regulär
Arbeitszeit vollständig
Überstunden
Keine Buchungen
\ No newline at end of file diff --git a/Backend/templates/timeDashboard_templ.txt b/Backend/templates/timeDashboard_templ.txt deleted file mode 100644 index 5ed2565..0000000 --- a/Backend/templates/timeDashboard_templ.txt +++ /dev/null @@ -1,2 +0,0 @@ -
-
\ No newline at end of file diff --git a/Backend/templates/user_templ.txt b/Backend/templates/user_templ.txt deleted file mode 100644 index 24f2c45..0000000 --- a/Backend/templates/user_templ.txt +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file