From 004128e933b98b1643cd56755bff5eb269506d41 Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Thu, 1 Feb 2024 09:32:36 +0000
Subject: [PATCH] feat: add .env to gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d405974..e9a5f63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.env
 .env.production
 data/
 public/
-- 
GitLab