From 26ac6aa9a8db959dd3a204923245b048fdc5943d Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Mon, 5 Feb 2024 10:08:55 +0100 Subject: [PATCH] Add .env in ignored file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13e93eb..df6bbf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /node_modules/ package-lock.json /uploads/* +/.env -- GitLab