From 62e92f50eaac2ac7e31e06a3b25b6d7662f3dd35 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 9 Jul 2024 13:43:44 +0200 Subject: [PATCH] feat: update .gitignore to ignore .env files Update the .gitignore file to also ignore all .env files. This ensures that sensitive environment-specific variables are not exposed or accidentally committed to the repository, contributing to enhanced security. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 97848dc..174b092 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /dist/ .backup.zip .temp +.env \ No newline at end of file