From 7e9e193ebb233ecc2139bd29e0f35594e984e0e8 Mon Sep 17 00:00:00 2001
From: "thibault.capt" <thibault.capt@etu.hesge.ch>
Date: Wed, 19 Feb 2025 20:34:49 +0100
Subject: [PATCH] (core): init database for backend

---
 todo-workspace/backend/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/todo-workspace/backend/.gitignore b/todo-workspace/backend/.gitignore
index 549e00a..1d0e93b 100755
--- a/todo-workspace/backend/.gitignore
+++ b/todo-workspace/backend/.gitignore
@@ -31,3 +31,5 @@ build/
 
 ### VS Code ###
 .vscode/
+
+.env
\ No newline at end of file
-- 
GitLab