From 82f5287755e1028546099eb6cb08d8b1ae1681b6 Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 3 Apr 2025 11:09:08 +0200 Subject: [PATCH] Ignore .env file if it existst --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fd5106f..92f0502 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_STORE +.env \ No newline at end of file