From 31960d1ff8ff0e3a375a8a55b990fe9e3d12056f Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Tue, 25 Nov 2025 18:02:05 +0100 Subject: [PATCH 1/2] fixed footer message --- FrontendV2/src/components/footer/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontendV2/src/components/footer/Footer.tsx b/FrontendV2/src/components/footer/Footer.tsx index 410d55a..3d11c18 100644 --- a/FrontendV2/src/components/footer/Footer.tsx +++ b/FrontendV2/src/components/footer/Footer.tsx @@ -14,7 +14,7 @@ export const Footer = () => { left="0" right="0" > - Made with ❤️ by Theis Gaedigk - Year 2019 at MCS-Bochum + Made with ❤️ by Theis Gaedigk - Class of 2019 at MCS-Bochum
Frontend-Version: {info ? info["frontend-info"].version : "N/A"} | Backend-Version: {info ? info["backend-info"].version : "N/A"} From e362515eff57b2f8e0ffdaed9253a9247153f6db Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sat, 29 Nov 2025 14:56:49 +0100 Subject: [PATCH 2/2] edited gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72a83d3..0ea5131 100644 --- a/.gitignore +++ b/.gitignore @@ -112,4 +112,8 @@ backend/public/uploads/ secrets/ keys/ -ToDo.txt \ No newline at end of file +ToDo.txt + + +# only in development branch +next-env.d.ts \ No newline at end of file