From 33bb64f44bda1e8d978def004ff313ea77f819ed Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Wed, 20 Aug 2025 18:14:15 +0200 Subject: [PATCH] added ToDo.tsx to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5fd7033..4913a08 100644 --- a/.gitignore +++ b/.gitignore @@ -111,4 +111,6 @@ backend/public/uploads/ # API keys and secrets (additional protection) config/ secrets/ -keys/ \ No newline at end of file +keys/ + +ToDo.txt \ No newline at end of file