From 7b3dfc8c05d95d00f53fd4cffb0586d5098643cf Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Sat, 21 Jun 2025 01:33:39 +0200 Subject: [PATCH] fix: update .gitignore to ensure proper file exclusions --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b002df4..bc926e3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ backend/.env # Ignore environment files index.html -# Ignore frontend dev file \ No newline at end of file +# Ignore frontend dev file + +todo.txt +# Ignore todo list file \ No newline at end of file